mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
JDK 7 requires minimum of 256k stack size, update scripts to set it, closes #1892.
This commit is contained in:
parent
b379225238
commit
c56218a41f
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 -Xss160k"
|
||||
JAVA_OPTS="$JAVA_OPTS -Xss256k"
|
||||
|
||||
# Force the JVM to use IPv4 stack
|
||||
# JAVA_OPTS="$JAVA_OPTS -Djava.net.preferIPv4Stack=true"
|
||||
|
Loading…
x
Reference in New Issue
Block a user