Skip to content
Snippets Groups Projects
Commit e709b7bb authored by Fuentes Serna  Juan Mariano (ID SIS)'s avatar Fuentes Serna Juan Mariano (ID SIS)
Browse files

SSDM-7640 : Revert to use older GC

parent 508838b6
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ JAVA_OPTS=${JAVA_OPTS:=-server -d64 -Djavax.net.ssl.trustStore=etc/openBIS.keyst
#
# Memory options to the JRE
#
JAVA_MEM_OPTS="-Xmx2048m -Xms512m -XX:+UseG1GC -XX:+CMSClassUnloadingEnabled"
JAVA_MEM_OPTS="-Xmx2048m -Xms512m -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled"
#
# Maximal number of log files to keep
......
......@@ -15,7 +15,7 @@ JAVA_OPTS=${JAVA_OPTS:=-server -d64}
#
# Memory options to the JRE
#
JAVA_MEM_OPTS="-Xmx2048m -Xms512m -XX:+UseG1GC -XX:+CMSClassUnloadingEnabled"
JAVA_MEM_OPTS="-Xmx2048m -Xms512m -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled"
#
# OpenBIS options
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment