k8ssandra / k8ssandra-operator

The Kubernetes operator for K8ssandra
https://k8ssandra.io/
Apache License 2.0
152 stars 72 forks source link

NoSpamLogger.java - Maximum memory usage reached cannot allocate chunk #1211

Open KEDLogic opened 5 months ago

KEDLogic commented 5 months ago

We have a k8ssandra cluster in production, 3 racks, each with 2 nodes. Using AWS EKS, m5.2xlarge instances.

k8ssandra given 30GB

Noted issue, spamming logs:

NoSpamLogger.java - Maximum memory usage reached cannot allocate chunk

Increased file_cache_size_in_mb from 1024 to 2048

Log quantity reduced, but still present.

Environment

AWS EKS v 1.25

adejanovski commented 5 months ago

Hi, this is a common warning message with Cassandra and is not a k8ssandra related issue. I'd recommend to look for previous answers on that same question in the Cassandra mailing list or Jira for leads on how to configure it.