You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jb...@apache.org on 2012/09/04 21:54:55 UTC

[5/6] git commit: increase Xss to 160k to accomodate latest 1.6 JVMs patch by jbellis; reviewed by brandonwilliams for CASSANDRA-4602

increase Xss to 160k to accomodate latest 1.6 JVMs
patch by jbellis; reviewed by brandonwilliams for CASSANDRA-4602


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

Branch: refs/heads/cassandra-1.1
Commit: 08c654601f8a54d50195c9a96939be47a428fec9
Parents: 4764a37
Author: Jonathan Ellis <jb...@apache.org>
Authored: Tue Sep 4 14:52:37 2012 -0500
Committer: Jonathan Ellis <jb...@apache.org>
Committed: Tue Sep 4 14:52:37 2012 -0500

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/08c65460/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 6e82d11..8a0ce59 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,5 @@
 1.0.12
+ * increase Xss to 160k to accomodate latest 1.6 JVMs (CASSANDRA-4602)
  * fix toString of hint destination tokens (CASSANDRA-4568)
  * (Hadoop) fix setting key length for old-style mapred api (CASSANDRA-4534)
  * (Hadoop) fix iterating through a resultset consisting entirely

http://git-wip-us.apache.org/repos/asf/cassandra/blob/08c65460/conf/cassandra-env.sh
----------------------------------------------------------------------
diff --git a/conf/cassandra-env.sh b/conf/cassandra-env.sh
index f1f2c43..5400fd9 100644
--- a/conf/cassandra-env.sh
+++ b/conf/cassandra-env.sh
@@ -150,7 +150,7 @@ 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 -Xss128k"
+    JVM_OPTS="$JVM_OPTS -Xss160k"
 fi
 
 # GC tuning options