# Path to the java executable.
JAVA=/usr/bin/java

# Default Java options for heap and garbage collection.
CALM_SERVER_JAVA_OPTS="-Xms1g -Xmx8g -XX:NewRatio=1 -server -XX:+ResizeTLAB -XX:+UseConcMarkSweepGC -XX:+CMSConcurrentMTEnabled -XX:+CMSClassUnloadingEnabled -XX:+UseParNewGC -XX:-OmitStackTraceInFastThrow"

# Pass some extra args to calm-server. (i.e. "-d" to enable debug mode)
CALM_SERVER_ARGS=""

# Program that will be used to wrap the calm-server command. Useful to
# support programs like authbind.
CALM_COMMAND_WRAPPER=""

# Log File Settings
LOG4J="-Dlog4j.configurationFile=file:///etc/calm/server/log4j2.xml"

