You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue:
The way JVM xmx and xms are calculated limits each Cassandra container to 25% of memory defined in cdc.Spec.Resources.Limits.Memory().Value(). If we set container requests and limits to 10G our cassandra container will be only set with 2.5G of mem. Why is the value so low?
Issue:
The way JVM xmx and xms are calculated limits each Cassandra container to 25% of memory defined in
cdc.Spec.Resources.Limits.Memory().Value()
. If we set container requests and limits to 10G our cassandra container will be only set with 2.5G of mem. Why is the value so low?cassandra-operator/pkg/controller/cassandradatacenter/configmap.go
Line 222 in d36f6a0
The text was updated successfully, but these errors were encountered: