# OpenNMS Minion Startup Configuration

# the user to run minion as
# export RUNAS=minion

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

# maximum amount of memory for the Minion 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 Minion Karaf container
# export KARAF_DEBUG=TRUE

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