我知道又該gc.logs被認爲像又該gc.logs檢查
- 很多事情你應該檢查的頻率「全GC」運行,如果頻繁運行,那麼它是問題跡象
- 您還應該檢查「Full GC」在完成時能夠回收多少內存,如果它不多,則會再次出現問題,因爲它會強制「Full GC」再次運行
- 如果「Full GC」頻繁運行,您應該重新訪問爲java進程分配的堆空間。
這些都是我工作的一些觀點,當我看着gc日誌的時候,我會很想知道還有什麼要注意的。
僅供參考,我已經通過以下線程了....
- What does "GC--" in gc.log mean?
- What does "GC--" mean in a java garbage collection log?
- How to analyse and monitor gc.log garbage collector log files from the JVM
- Is gc.log writing asynchronous? safe to put gc.log on NFS mount?