Hi
I have two questions on how large the heap size in a Cassandra will be
using the new parameter |XX:maxRAMPercentage| in a kubernetes cluster
under the following conditions:
1) My JVM container has only (in the helm chart) Memory Request set but
Memory Limit NOT set in order to obtain Best Effort memory use. Since
|XX:maxRAMPercentage| is in relation to the Limit, and there is no limit
set, then what heap size will be obtained?
2) My JVM container has NOT defined (in the helm chart) Memory Request
and Memory Limit in order to obtain Best Effort memory use. Since
|XX:maxRAMPercentage| is in relation to the Limit, and there is no limit
set, then what heap size will be obtained?
BR, Thomas