# AP Monitoring service

# HTTP Port for use by Eltex Jobs
PORT=9696

# Initial size of Java heap
JAVA_INIT_HEAP=256m
# Maximum size of Java heap
JAVA_MAX_HEAP=1024m

# Options for Java Garbage Collector
GC_OPTS="-XX:+UseG1GC \
-XX:+UseStringDeduplication \
-Xlog:gc*,gc+age=trace:/var/log/eltex-jobs/gc.log:time,uptime,level,tags:filecount=7,filesize=5M"

# Additional arguments to pass to java
JAVA_OPTS="-XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/var/log/eltex-jobs -Dspring.profiles.active=production -Dorg.jooq.no-logo=true"
