You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ee...@apache.org on 2010/02/09 19:10:00 UTC

svn commit: r908138 - /incubator/cassandra/branches/cassandra-0.5/bin/cassandra.in.sh

Author: eevans
Date: Tue Feb  9 18:09:59 2010
New Revision: 908138

URL: http://svn.apache.org/viewvc?rev=908138&view=rev
Log:
remove redundant -XX:SurvivorRatio option

Modified:
    incubator/cassandra/branches/cassandra-0.5/bin/cassandra.in.sh

Modified: incubator/cassandra/branches/cassandra-0.5/bin/cassandra.in.sh
URL: http://svn.apache.org/viewvc/incubator/cassandra/branches/cassandra-0.5/bin/cassandra.in.sh?rev=908138&r1=908137&r2=908138&view=diff
==============================================================================
--- incubator/cassandra/branches/cassandra-0.5/bin/cassandra.in.sh (original)
+++ incubator/cassandra/branches/cassandra-0.5/bin/cassandra.in.sh Tue Feb  9 18:09:59 2010
@@ -43,7 +43,6 @@
         -Xrunjdwp:transport=dt_socket,server=y,address=8888,suspend=n \
         -Xms128M \
         -Xmx1G \
-        -XX:SurvivorRatio=8 \
         -XX:TargetSurvivorRatio=90 \
         -XX:+AggressiveOpts \
         -XX:+UseParNewGC \