Experiencing occasional long garbage collection delays, why?

前端 未结 13 1058
后悔当初
后悔当初 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:32

    9 GB JVM ! Never seen that before ! I think your 10 sec. pauses are quite normal. see this (maybe you've read it already...)

    0 讨论(0)
提交回复
热议问题