You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by sl...@apache.org on 2013/10/23 10:22:21 UTC

[1/2] git commit: Use smaller stack size for tests

Updated Branches:
  refs/heads/cassandra-2.0 e30810ebb -> f8027ed8c


Use smaller stack size for tests


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

Branch: refs/heads/cassandra-2.0
Commit: f388a2eb88445653be36b7c47e75258c1fabbb08
Parents: de52661
Author: Sylvain Lebresne <sy...@datastax.com>
Authored: Wed Oct 23 10:21:33 2013 +0200
Committer: Sylvain Lebresne <sy...@datastax.com>
Committed: Wed Oct 23 10:21:48 2013 +0200

----------------------------------------------------------------------
 build.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/f388a2eb/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 43e0919..50323ca 100644
--- a/build.xml
+++ b/build.xml
@@ -1060,6 +1060,7 @@
         <jvmarg value="-Djava.awt.headless=true"/>
         <jvmarg value="-javaagent:${basedir}/lib/jamm-0.2.5.jar" />
         <jvmarg value="-ea"/>
+        <jvmarg value="-Xss256k"/>
         <optjvmargs/>
         <classpath>
           <path refid="cassandra.classpath" />


[2/2] git commit: Merge branch 'cassandra-1.2' into cassandra-2.0

Posted by sl...@apache.org.
Merge branch 'cassandra-1.2' into cassandra-2.0


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

Branch: refs/heads/cassandra-2.0
Commit: f8027ed8c81efa99b34b75a76deb774929039230
Parents: e30810e f388a2e
Author: Sylvain Lebresne <sy...@datastax.com>
Authored: Wed Oct 23 10:22:12 2013 +0200
Committer: Sylvain Lebresne <sy...@datastax.com>
Committed: Wed Oct 23 10:22:12 2013 +0200

----------------------------------------------------------------------
 build.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/f8027ed8/build.xml
----------------------------------------------------------------------