# HG changeset patch # User KUBOTA Yuji # Date 1563980776 -32400 # Node ID 65602e1c057df11163bdba5506430e78302f0d2b # Parent e70e02b26143222d41a99c601173dd4e172d3126 Bug 3747: Add note to avoid misrecognized about ResourceExhausted Reviewed-by: yasuenag https://github.com/HeapStats/heapstats/pull/143 diff -r e70e02b26143 -r 65602e1c057d ChangeLog --- a/ChangeLog Thu Feb 07 13:44:55 2019 +0900 +++ b/ChangeLog Thu Jul 25 00:06:16 2019 +0900 @@ -1,3 +1,7 @@ +2019-07-24 KUBOTA Yuji + + * Bug 3747: Add note to avoid misrecognized about ResourceExhausted + 2019-02-07 Yasumasa Suenaga * Bug 3692: Remove JGraphX binary from source tree diff -r e70e02b26143 -r 65602e1c057d agent/heapstats.conf.in --- a/agent/heapstats.conf.in Thu Feb 07 13:44:55 2019 +0900 +++ b/agent/heapstats.conf.in Thu Jul 25 00:06:16 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