diff options
author | Juraj Lutter <otis@FreeBSD.org> | 2022-11-26 10:37:44 +0100 |
---|---|---|
committer | Juraj Lutter <otis@FreeBSD.org> | 2022-11-26 22:03:17 +0100 |
commit | a6b3049a936800484f0a0505211046a8a5a49c07 (patch) | |
tree | 11ab6ae5870f9656061b6ceac114fadb0d75d5ea /textproc/elasticsearch8/files/patch-config_jvm.options | |
parent | textproc/kibana8: Add new port (diff) |
textproc/elasticsearch8: Add new port
Add elasticsearch8, a distributed, RESTful search and analytics engine.
For release notes since version 8.0 see
https://www.elastic.co/guide/en/elasticsearch/reference/8.5/es-release-notes.html
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 |