Comment by survivedurcode

Comment by survivedurcode 10 months ago

2 replies

I would check your answer. These are pauses due to time spent writing to diagnostic outputs. These are not traditional collection pauses. This affects both jstat as well as writes of GC logs. (I.e. GC log writes will block the app just the same way)

pjmlp 10 months ago

Which is why for anything serious one should be using Flight Recorder instead.

  • funcDropShadow 10 months ago

    Or /tmp should be a tmpfs as it is on most current Linux distributions.