Re: How can I limit the non-heap memory for Cassandra

2019-01-18 Thread Alain RODRIGUEZ
Hello Chris, I must admit I am a bit confused about what you need exactly, I'll try to do my best :). > would like to place limits on it to avoid it becoming a “noisy neighbor” But we also don’t want it killed by the oom killer, so just placing limits > on the container won't help. This

How can I limit the non-heap memory for Cassandra

2019-01-02 Thread Chris Mildebrandt
Hi, Is there’s a way to limit Cassandra’s off-heap memory usage? I can’t find a way to limit the memory used for row caches, bloom filters, etc. We’re running Cassandra in a container and would like to place limits on it to avoid it becoming a “noisy neighbor”. But we also don’t want it killed by