Skip to content

Commit

Permalink
US-596490 : Remove ExitOnOutOfMemory Java option​ (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
pega-Abhinav authored Feb 23, 2024
1 parent eb4c8a6 commit 357f7a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tomcat-bin/setenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ fi
# recommended non-overridable JVM Arguments
CATALINA_OPTS="${CATALINA_OPTS} -XX:+DisableExplicitGC"
CATALINA_OPTS="${CATALINA_OPTS} -Djava.security.egd=file:///dev/urandom"
CATALINA_OPTS="${CATALINA_OPTS} -XX:+ExitOnOutOfMemoryError"
# recommended overridable JVM Arguments
CATALINA_OPTS="-XX:+UseStringDeduplication ${CATALINA_OPTS}"
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}"
Expand Down

0 comments on commit 357f7a0

Please sign in to comment.