Experiencing occasional long garbage collection delays, why?

前端 未结 13 1024
后悔当初
后悔当初 2021-02-04 06:26

I\'m having a hard time dealing with a Java garbage collection problem, and interpreting the logs.

My application requires that no GC takes longer than 2 seconds, and id

13条回答
  •  囚心锁ツ
    2021-02-04 07:23

    Perhaps the performance limit of 200ms is too strict and you need to manage garbage collection on your own? have you tried this with a larger limit?

提交回复
热议问题