+++ config/jvm.options 2019-05-09 15:01:45.000000000 -0400
# Xms represents the initial size of total heap space
# Xmx represents the maximum size of total heap space
################################################################
8:-XX:+PrintTenuringDistribution
8:-XX:+PrintGCApplicationStoppedTime
+8:-Xloggc:@PREFIX_LOGDIR@/gc.log
8:-XX:+UseGCLogFileRotation
8:-XX:NumberOfGCLogFiles=32
-9-:-Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m
+9-:-Xlog:gc*,gc+age=trace,safepoint:file=@PREFIX_LOGDIR@/gc.log:utctime,pid,tags:filecount=32,filesize=64m
# due to internationalization enhancements in JDK 9 Elasticsearch need to set the provider to COMPAT otherwise
# time/date parsing will break in an incompatible way for some date patterns and locals
9-:-Djava.locale.providers=COMPAT