Skip to content
This repository has been archived by the owner on Feb 4, 2025. It is now read-only.

Commit

Permalink
Trying out G1 garbage collector
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuanhua Qu authored and Yuanhua Qu committed Apr 30, 2020
1 parent 4f70502 commit 1389463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracs-scripts/build-scripts/tomcat_overlay/bin/setenv.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

STANDARD_OPTS="-XX:+UseConcMarkSweepGC -XX:+UseParNewGC \
STANDARD_OPTS="-XX:+UseG1GC \
-Dsun.net.client.defaultConnectTimeout=5000 -Dsun.net.client.defaultReadTimeout=20000 \
-Dsun.lang.ClassLoader.allowArraySyntax=true -Dorg.apache.jasper.compiler.Parser.STRICT_QUOTE_ESCAPING=false -Dcom.sun.management.jmxremote \
-Dfile.encoding=UTF-8 \
Expand Down

0 comments on commit 1389463

Please sign in to comment.