If you're getting OOM with adaptive heap size of > 1GB, reducing it to
1GB is not going to make things better. :)
On Tue, Nov 30, 2010 at 2:28 PM, Brayton Thompson wrote:
> Hello again.
> We have 3 nodes and were testing what happens when a node goes down.
> There is roughly 10gb of data
Looks like it's trying to load your row cache and running out of memory, probably because you reduced the memory. The cassandra-env.sh script would have been giving it 2GB. 1Gb heap is probably going to be to small. Was this the same error you were getting before you reduced the memory ? Try deleti
Hello again.
We have 3 nodes and were testing what happens when a node goes down.
There is roughly 10gb of data on each node. The node we "simulated" dieing was
working just fine under the load. Then we killed it. The ring performed
admirably, But upon restarting the node it dies every t