# OpenNMS Sentinel Startup Configuration

# the user to run as
# export RUNAS=sentinel

# minimum amount of memory for the Karaf container to allocate
# export JAVA_MIN_MEM=128M

# maximum amount of memory for the Karaf container to allocate
# export JAVA_MAX_MEM=512M

# maximum number of file descriptors to allocate
# export MAX_FD=maximum

# the root directory of the Java enviroment
# export JAVA_HOME=

# the path to the Java executable (defaults to $JAVA_HOME/bin/java)
# export JAVA=

# extra debugging options to pass to Java on startup
# export JAVA_DEBUG_OPTS="-Xms${JAVA_MIN_MEM} -Xmx${JAVA_MAX_MEM} -XX:+UnlockDiagnosticVMOptions -XX:+UnsyncloadClass "

# the port to use when debugging Java
# export JAVA_DEBUG_PORT=

# other options to pass to Java on startup
# export JAVA_OPTS=

# extra libraries or paths to add to the Java class path
# export CLASSPATH=

# uncomment to enable debugging in the Karaf container
# export KARAF_DEBUG=TRUE

# additional locations to look for native libraries
# export LD_LIBRARY_PATH=

# set to "TRUE" if failing to configure userspace ping should be fatal
# export PING_REQUIRED=FALSE
