#############
Memory Calculation for Cassandra (kind of sga setting 🙂 will be done during environment setup with following script excerpt. if you want you can change accordingly this script and restart the cassandra.
##################
geek_cluster/node1/resources/cassandra/conf/cassandra-env.sh
….
half_system_memory_in_mb=`expr $system_memory_in_mb / 2`
quarter_system_memory_in_mb=`expr $half_system_memory_in_mb / 2`
if [ “$half_system_memory_in_mb” -gt “1024” ]
then
[…]
Follow Me!!!