0

在我的应用程序中使用的石英调度程序我想检查石英调度程序消耗的 ram 内存的大小?

4

1 回答 1

0

In Java you cannot simply see how much memory given library/framework uses. I guess you have problems with memory consumption? If you are using RAMJobStore then all jobs and triggers are stored in memory. If you have hundreds of thousands of them, the amount of memory used will be significant (but not easily computable).

With JDBCJobStore the memory footprint will be minimal.

于 2012-04-25T12:33:47.733 回答