mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 23:47:37 -04:00
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
12 lines
469 B
Text
12 lines
469 B
Text
--- 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
|