mirror of https://github.com/apache/cassandra
remove redundant -XX:SurvivorRatio option
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@908132 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fbb188f91a
commit
a7a7a02482
|
|
@ -43,7 +43,6 @@ JVM_OPTS=" \
|
|||
-Xrunjdwp:transport=dt_socket,server=y,address=8888,suspend=n \
|
||||
-Xms128M \
|
||||
-Xmx1G \
|
||||
-XX:SurvivorRatio=8 \
|
||||
-XX:TargetSurvivorRatio=90 \
|
||||
-XX:+AggressiveOpts \
|
||||
-XX:+UseParNewGC \
|
||||
|
|
|
|||
Loading…
Reference in New Issue