changeset 271:b037430367a7

Bug 3747: Add note to avoid misrecognized about ResourceExhausted Reviewed-by: yasuenag https://github.com/HeapStats/heapstats/pull/143
author KUBOTA Yuji <kubota.yuji@gmail.com>
date Thu, 25 Jul 2019 00:04:53 +0900
parents 709b94541191
children b7dba538ad10
files ChangeLog agent/heapstats.conf.in
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 <kubota.yuji@gmail.com>
+
+	* Bug 3747: Add note to avoid misrecognized about ResourceExhausted
+
 2018-05-10 Yasumasa Suenaga <yasuenag@gmail.com>
 
 	* Bug 3586: Build warnings from GCC 8
--- 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