Hello,
In addition to my previous comment.
Regarding the NUMA integration with Cassadra, we configured NODE-1 only
utilize the resources. However after enabling this functionality, we
noticed on NODE-1 Private allocated to 4G .
What we did
<<
#tail -n1 /etc/cassandra/conf/cassandra-env.sh
JVM_
Hello,
Recently we tried top integrate cassandra with NUMA
==
commented out the numactl --interleave in bin/cassandra and add
-XX:+UseNUMA to cassandra-env.sh.
==
But after inplementing, we saw HEAP and STACK values were changed to null.
#/usr/bin/numactl --cpunodebind=1 -- /usr/sbin/cassandra