mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 22:14:59 +00:00
JDK 7 requires minimum of 160k stack size, update scripts to set it, closes #1892.
This commit is contained in:
parent
8ca36c8dd5
commit
70268a6c41
Binary file not shown.
@ -24,7 +24,7 @@ if [ "x$ES_HEAP_NEWSIZE" != "x" ]; then
|
||||
fi
|
||||
|
||||
# reduce the per-thread stack size
|
||||
JAVA_OPTS="$JAVA_OPTS -Xss128k"
|
||||
JAVA_OPTS="$JAVA_OPTS -Xss160k"
|
||||
|
||||
# Force the JVM to use IPv4 stack
|
||||
# JAVA_OPTS="$JAVA_OPTS -Djava.net.preferIPv4Stack=true"
|
||||
|
Loading…
x
Reference in New Issue
Block a user