Skip to content

Commit 357f7a0

Browse files
authored
US-596490 : Remove ExitOnOutOfMemory Java option​ (#207)
1 parent eb4c8a6 commit 357f7a0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tomcat-bin/setenv.sh

-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ fi
7979
# recommended non-overridable JVM Arguments
8080
CATALINA_OPTS="${CATALINA_OPTS} -XX:+DisableExplicitGC"
8181
CATALINA_OPTS="${CATALINA_OPTS} -Djava.security.egd=file:///dev/urandom"
82-
CATALINA_OPTS="${CATALINA_OPTS} -XX:+ExitOnOutOfMemoryError"
8382
# recommended overridable JVM Arguments
8483
CATALINA_OPTS="-XX:+UseStringDeduplication ${CATALINA_OPTS}"
8584
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

Comments
 (0)