We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 245cccd commit 9a7769aCopy full SHA for 9a7769a
1 file changed
assembly/assembly-wsagent-server/src/assembly/setenv.sh
@@ -13,7 +13,7 @@
13
[ -z "${CHE_LOCAL_CONF_DIR}" ] && CHE_LOCAL_CONF_DIR="${CATALINA_HOME}/conf/"
14
15
#Global JAVA options
16
-[ -z "${JAVA_OPTS}" ] && JAVA_OPTS="-Xms256m -Xmx1024m -Djava.security.egd=file:/dev/./urandom"
+[ -z "${JAVA_OPTS}" ] && JAVA_OPTS="-Xms256m -Xmx1024m -XX:+UseG1GC -XX:+UseStringDeduplication -Djava.security.egd=file:/dev/./urandom"
17
18
#Global LOGS DIR
19
[ -z "${CHE_LOGS_DIR}" ] && CHE_LOGS_DIR="$CATALINA_HOME/logs"
0 commit comments