You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by xe...@apache.org on 2012/09/11 00:13:31 UTC

[11/13] git commit: Bump stack to 180k. Patch by brandonwilliams reviewed by jbellis for CASSANDRA-4631

Bump stack to 180k.
Patch by brandonwilliams reviewed by jbellis for CASSANDRA-4631


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

Branch: refs/heads/trunk
Commit: d3917260b97b5a76574823e9873a922e9333c5c8
Parents: 08c6546
Author: Brandon Williams <br...@apache.org>
Authored: Fri Sep 7 10:59:56 2012 -0500
Committer: Brandon Williams <br...@apache.org>
Committed: Fri Sep 7 11:05:08 2012 -0500

----------------------------------------------------------------------
 conf/cassandra-env.sh |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/d3917260/conf/cassandra-env.sh
----------------------------------------------------------------------
diff --git a/conf/cassandra-env.sh b/conf/cassandra-env.sh
index 5400fd9..7056668 100644
--- a/conf/cassandra-env.sh
+++ b/conf/cassandra-env.sh
@@ -150,7 +150,8 @@ if [ "`uname`" = "Linux" ] ; then
     # thread-per-client.  (Best practice is for client connections to
     # be pooled anyway.) Only do so on Linux where it is known to be
     # supported.
-    JVM_OPTS="$JVM_OPTS -Xss160k"
+    # u34 and greater need 180k
+    JVM_OPTS="$JVM_OPTS -Xss180k"
 fi
 
 # GC tuning options