Re: OutOfMemory Exception during bootstrap

2011-12-06 Thread Harald Falzberger
You are right Samal, configuring cassandra-env.sh a little bit and let it calculate heap size solved the problem! thank you! On Mon, Dec 5, 2011 at 11:23, Harald Falzberger wrote: > I don't think that this is the problem because I'm testing on a > supercomputer with 16T RAM. > > Is it possible, t

Re: OutOfMemory Exception during bootstrap

2011-12-05 Thread Harald Falzberger
I don't think that this is the problem because I'm testing on a supercomputer with 16T RAM. Is it possible, that cassandra runs into this bug of the jvm? http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6399443 On Mon, Dec 5, 2011 at 06:29, samal wrote: > Lower your heap size, if you are testi

Re: OutOfMemory Exception during bootstrap

2011-12-04 Thread samal
Lower your heap size, if you are testing multiple instance with single node. https://github.com/apache/cassandra/blob/trunk/conf/cassandra-env.sh#L64 On Sun, Dec 4, 2011 at 11:08 PM, Harald Falzberger wrote: > Hi, > > I'm trying to set up a test environment with 2 nodes on one physical > machin

OutOfMemory Exception during bootstrap

2011-12-04 Thread Harald Falzberger
Hi, I'm trying to set up a test environment with 2 nodes on one physical machine with two ips. I configured both as adviced in the documentation: cluster_name: 'MyDemoCluster' initial_token: 0 seed_provider: - seeds: "IP1" listen_address: IP1 rpc_address: IP1 cluster_name: 'MyDemoCluster' initia