mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 09:28:27 +00:00
make sure we run in headless mode
applies mainly to the attachments (tika) plugin
This commit is contained in:
parent
133bd72f8d
commit
d5b84bb81b
@ -28,6 +28,9 @@ fi
|
||||
# reduce the per-thread stack size
|
||||
JAVA_OPTS="$JAVA_OPTS -Xss256k"
|
||||
|
||||
# set to headless, just in case
|
||||
JAVA_OPTS="$JAVA_OPTS -Djava.awt.headless=true"
|
||||
|
||||
# Force the JVM to use IPv4 stack
|
||||
# JAVA_OPTS="$JAVA_OPTS -Djava.net.preferIPv4Stack=true"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user