We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb4c8a6 commit 357f7a0Copy full SHA for 357f7a0
tomcat-bin/setenv.sh
@@ -79,7 +79,6 @@ fi
79
# recommended non-overridable JVM Arguments
80
CATALINA_OPTS="${CATALINA_OPTS} -XX:+DisableExplicitGC"
81
CATALINA_OPTS="${CATALINA_OPTS} -Djava.security.egd=file:///dev/urandom"
82
-CATALINA_OPTS="${CATALINA_OPTS} -XX:+ExitOnOutOfMemoryError"
83
# recommended overridable JVM Arguments
84
CATALINA_OPTS="-XX:+UseStringDeduplication ${CATALINA_OPTS}"
85
CATALINA_OPTS="-Xlog:gc*,gc+heap=debug,gc+humongous=debug:file=/usr/local/tomcat/logs/gc.log:uptime,pid,level,time,tags:filecount=3,filesize=2M ${CATALINA_OPTS}"
0 commit comments