diff --git a/integration-tests/templates/openBIS-server/openbis.conf b/integration-tests/templates/openBIS-server/openbis.conf new file mode 100644 index 0000000000000000000000000000000000000000..5ddb154ed2c07c387f0becf778f4576affea2ec7 --- /dev/null +++ b/integration-tests/templates/openBIS-server/openbis.conf @@ -0,0 +1,18 @@ +# +# 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=openBIS.keystore} + +# +# Memory options to the JRE +# +JAVA_MEM_OPTS="-Xmx2048m -Xms512m -XX:MaxPermSize=256m"