Re: Memory requirements for Cassandra reaper

2021-05-06 Thread Surbhi Gupta
Thanks a lot. On Tue, 4 May 2021 at 19:51, Erick Ramirez wrote: > 2GB is allocated to the Reaper JVM on startup (see > https://github.com/thelastpickle/cassandra-reaper/blob/2.2.4/src/packaging/bin/cassandra-reaper#L90-L91 > ). > > If you just want to test it out on a machine with only 8GB, you

Re: Memory requirements for Cassandra reaper

2021-05-04 Thread Erick Ramirez
2GB is allocated to the Reaper JVM on startup (see https://github.com/thelastpickle/cassandra-reaper/blob/2.2.4/src/packaging/bin/cassandra-reaper#L90-L91 ). If you just want to test it out on a machine with only 8GB, you can update the cassandra-reaper script to only use 1GB by setting -Xms1G and

Re: Memory requirements for Cassandra reaper

2021-05-04 Thread Bowen Song
#x27;t sound like enough. You may need to increase the server's memory size, reduce the Cassandra's heap size a bit or run the Cassandra Reaper on a separate server. Cheers, Bowen On 04/05/2021 19:14, Surbhi Gupta wrote: Hi, What are the memory requirements for Cassandra reap

Memory requirements for Cassandra reaper

2021-05-04 Thread Surbhi Gupta
Hi, What are the memory requirements for Cassandra reaper? I was trying to setup cassandra reaper on a 8GB box where cassandra is taking 3GB heap size , but i got error "Cannot allocate memory" Hence wanted to understand the memory requirements for cassandra reaper . What should be t