mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
18 lines
793 B
Text
18 lines
793 B
Text
--- config/jvm.options.orig 2019-11-13 20:02:23 UTC
|
|
+++ config/jvm.options
|
|
@@ -107,13 +107,13 @@
|
|
8:-XX:+PrintGCDateStamps
|
|
8:-XX:+PrintTenuringDistribution
|
|
8:-XX:+PrintGCApplicationStoppedTime
|
|
-8:-Xloggc:logs/gc.log
|
|
+8:-Xloggc:${ES_TMPDIR}/gc.log
|
|
8:-XX:+UseGCLogFileRotation
|
|
8:-XX:NumberOfGCLogFiles=32
|
|
8:-XX:GCLogFileSize=64m
|
|
|
|
# JDK 9+ GC logging
|
|
-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=${ES_TMPDIR}/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
|