# # openBIS configuration file # # # Home directory of the JRE that should be used # #JAVA_HOME=${JAVA_HOME:=/usr/java/latest} # # General options to the JRE # JAVA_OPTS=${JAVA_OPTS:=-server -d64 -Djavax.net.ssl.trustStore=etc/openBIS.keystore} # # Memory options to the JRE # JAVA_MEM_OPTS="-Xmx2048m -Xms512m -XX:MaxPermSize=256m -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled" # # OpenBIS options # OPENBIS_OPTS="-Dch.ethz.sis.openbis.v3.searchcache.size=25%"