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 the oom killer, so just placing limits on the container won't help.
Thanks, -Chris