标签: java garbage-collection threadpool executors
我有一个使用cachedThreadPool(Executors.newCachedThreadPool的服务器端应用程序。但我可以看到由于频繁的GC可能会清除cachedpool中的线程而导致性能下降。是否存在为这种情况调整GC的任何方法?
cachedThreadPool
Executors.newCachedThreadPool
cachedpool
答案 0 :(得分:0)
我不知道你的具体情况。垃圾收集日志会有所帮助。
您可以找到垃圾收集调整here。
有关您案件的详细解释可能会找到here