f950a15f38
- Update to 7.13.2 - Fix support tools to find java correctly [1] - Needs enforce_statfs = 1 in jails [2] - Fix rc order [3] PR: 256921 [1] PR: 254777 [2] PR: 254776 [3]
15 lines
555 B
Text
15 lines
555 B
Text
--- config/jvm.options.orig 2021-06-10 20:59:11 UTC
|
|
+++ config/jvm.options
|
|
@@ -83,10 +83,10 @@
|
|
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
|