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:
Eric Evans 2010-02-09 17:53:46 +00:00
parent fbb188f91a
commit a7a7a02482
1 changed files with 0 additions and 1 deletions

View File

@ -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 \