You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2014/08/06 00:55:19 UTC

[09/11] git commit: Add CMSWaitDuration=10000

Add CMSWaitDuration=10000


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/97e74eec
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/97e74eec
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/97e74eec

Branch: refs/heads/cassandra-2.1
Commit: 97e74eece4da0426af5b1f72ca77c40b12c5f76c
Parents: 62838b9
Author: Brandon Williams <br...@apache.org>
Authored: Tue Aug 5 17:54:50 2014 -0500
Committer: Brandon Williams <br...@apache.org>
Committed: Tue Aug 5 17:54:50 2014 -0500

----------------------------------------------------------------------
 conf/cassandra-env.sh | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/97e74eec/conf/cassandra-env.sh
----------------------------------------------------------------------
diff --git a/conf/cassandra-env.sh b/conf/cassandra-env.sh
index be84e6e..965b3a2 100644
--- a/conf/cassandra-env.sh
+++ b/conf/cassandra-env.sh
@@ -218,6 +218,7 @@ JVM_OPTS="$JVM_OPTS -XX:CMSInitiatingOccupancyFraction=75"
 JVM_OPTS="$JVM_OPTS -XX:+UseCMSInitiatingOccupancyOnly"
 JVM_OPTS="$JVM_OPTS -XX:+UseTLAB"
 JVM_OPTS="$JVM_OPTS -XX:CompileCommandFile=$CASSANDRA_CONF/hotspot_compiler"
+JVM_OPTS="$JVM_OPTS -XX:CMSWaitDuration=10000"
 
 # note: bash evals '1.7.x' as > '1.7' so this is really a >= 1.7 jvm check
 if { [ "$JVM_VERSION" \> "1.7" ] && [ "$JVM_VERSION" \< "1.8.0" ] && [ "$JVM_PATCH_VERSION" -ge "60" ]; } || [ "$JVM_VERSION" \> "1.8" ] ; then