diff options
Diffstat (limited to 'textproc/elasticsearch8/files/patch-config_jvm.options')
-rw-r--r-- | textproc/elasticsearch8/files/patch-config_jvm.options | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/textproc/elasticsearch8/files/patch-config_jvm.options b/textproc/elasticsearch8/files/patch-config_jvm.options new file mode 100644 index 000000000000..eca6128fd579 --- /dev/null +++ b/textproc/elasticsearch8/files/patch-config_jvm.options @@ -0,0 +1,12 @@ +--- config/jvm.options.orig 2022-11-17 18:55:38 UTC ++++ config/jvm.options +@@ -69,7 +69,7 @@ + -XX:HeapDumpPath=data + + # specify an alternative path for JVM fatal error logs +--XX:ErrorFile=logs/hs_err_pid%p.log ++-XX:ErrorFile=${ES_TMPDIR}/hs_err_pid%p.log + + ## GC logging +--Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m ++-Xlog:gc*,gc+age=trace,safepoint:file=${ES_TMPDIR}/gc.log:utctime,pid,tags:filecount=32,filesize=64m |