mirror of https://github.com/apache/cassandra
Reduce default stack size for CASSANDRA-1256
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@962394 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e349f3f823
commit
0398e9fcca
|
|
@ -42,6 +42,7 @@ JVM_OPTS=" \
|
|||
\
|
||||
-Xms256M \
|
||||
-Xmx1G \
|
||||
-Xss128k \
|
||||
\
|
||||
-XX:+UseParNewGC \
|
||||
-XX:+UseConcMarkSweepGC \
|
||||
|
|
|
|||
Loading…
Reference in New Issue