# Number of times to do "opennms status" after starting OpenNMS to see
# if it comes up completely.  Set to "0" to disable.  Between each
# attempt we sleep for STATUS_WAIT seconds...
#START_TIMEOUT=10

# Number of seconds to wait between each "opennms status" check when
# START_TIMEOUT > 0.
#STATUS_WAIT=5

# Value of the -Xmx<size>m option passed to Java.
#JAVA_HEAP_SIZE=256

# Additional options that should be passed to Java when starting OpenNMS.
#ADDITIONAL_MANAGER_OPTIONS=""

# Classpath additions.  These go on the front of our classpath.
#ADDITIONAL_CLASSPATH=""

# Use incremental garbage collection.
#USE_INCGC=""

# Use the Java Hotspot server VM.
#HOTSPOT=""

# Enable verbose garbage collection debugging.
#VERBOSE_GC=""

# Additional options to pass to runjava.
#RUNJAVA_OPTIONS=""

