From eb0597be3e44d59603e3e53dfaeeb65256253242 Mon Sep 17 00:00:00 2001 From: tpylak <tpylak> Date: Tue, 11 Aug 2009 08:00:19 +0000 Subject: [PATCH] minor: add openbis.conf to integration tests SVN: 12056 --- .../templates/openBIS-server/openbis.conf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 integration-tests/templates/openBIS-server/openbis.conf diff --git a/integration-tests/templates/openBIS-server/openbis.conf b/integration-tests/templates/openBIS-server/openbis.conf new file mode 100644 index 00000000000..5ddb154ed2c --- /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" -- GitLab