Temporary quick fix to override cassandra-env.sh default
calculation of max-heap-size and new-heap-size in order to
avoid OOM due to different hardware setup (since stack file
has single configuration for node across all servers).
Simple example of this would be the following - we had a stack where
Cassandra node had 4500 MB ram allocated to it. This configuration
worked fine on 8 GB machine but OOM'ed on 32 GB machine.
Temporary quick fix to override cassandra-env.sh default calculation of max-heap-size and new-heap-size in order to avoid OOM due to different hardware setup (since stack file has single configuration for node across all servers).
Simple example of this would be the following - we had a stack where Cassandra node had 4500 MB ram allocated to it. This configuration worked fine on 8 GB machine but OOM'ed on 32 GB machine.