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/15 17:04:36 UTC

svn commit: r910245 - /incubator/cassandra/trunk/debian/cassandra.in.sh

Author: eevans
Date: Mon Feb 15 16:04:36 2010
New Revision: 910245

URL: http://svn.apache.org/viewvc?rev=910245&view=rev
Log:
better match up arguments from main include

Modified:
    incubator/cassandra/trunk/debian/cassandra.in.sh

Modified: incubator/cassandra/trunk/debian/cassandra.in.sh
URL: http://svn.apache.org/viewvc/incubator/cassandra/trunk/debian/cassandra.in.sh?rev=910245&r1=910244&r2=910245&view=diff
==============================================================================
--- incubator/cassandra/trunk/debian/cassandra.in.sh (original)
+++ incubator/cassandra/trunk/debian/cassandra.in.sh Mon Feb 15 16:04:36 2010
@@ -14,14 +14,14 @@
         -Xdebug \
         -Xms128M \
         -Xmx1G \
-        -XX:SurvivorRatio=8 \
         -XX:TargetSurvivorRatio=90 \
         -XX:+AggressiveOpts \
         -XX:+UseParNewGC \
         -XX:+UseConcMarkSweepGC \
-        -XX:CMSInitiatingOccupancyFraction=1 \
         -XX:+CMSParallelRemarkEnabled \
         -XX:+HeapDumpOnOutOfMemoryError \
+        -XX:SurvivorRatio=128 \
+        -XX:MaxTenuringThreshold=0 \
         -Dcom.sun.management.jmxremote.port=8080 \
         -Dcom.sun.management.jmxremote.ssl=false \
         -Dcom.sun.management.jmxremote.authenticate=false"