# HG changeset patch # User KUBOTA Yuji # Date 1563980693 -32400 # Node ID b037430367a789d509b57aeeea9d119d494e338d # Parent 709b94541191ac7d521656fbc4f0848adde0f760 Bug 3747: Add note to avoid misrecognized about ResourceExhausted Reviewed-by: yasuenag https://github.com/HeapStats/heapstats/pull/143 diff -r 709b94541191 -r b037430367a7 ChangeLog --- a/ChangeLog Thu May 10 16:20:16 2018 +0900 +++ b/ChangeLog Thu Jul 25 00:04:53 2019 +0900 @@ -1,3 +1,7 @@ +2019-07-24 KUBOTA Yuji + + * Bug 3747: Add note to avoid misrecognized about ResourceExhausted + 2018-05-10 Yasumasa Suenaga * Bug 3586: Build warnings from GCC 8 diff -r 709b94541191 -r b037430367a7 agent/heapstats.conf.in --- a/agent/heapstats.conf.in Thu May 10 16:20:16 2018 +0900 +++ b/agent/heapstats.conf.in Thu Jul 25 00:04:53 2019 +0900 @@ -21,6 +21,9 @@ check_deadlock=false # Trigger logging setting +## Note: trigger_on_logerror does *NOT* work when target +## JVM process enables {Exit|Crash}OnOutOfMemoryError +## http://mail.openjdk.java.net/pipermail/hotspot-gc-dev/2019-July/026547.html trigger_on_logerror=true trigger_on_logsignal=true trigger_on_loglock=true