Is there a settings in cassandra to reduce it memory usage? I understand that cassandra manages memory well, but for testing purposes I do not want to spent 6Gb memory only when cassandra service running on my windows mchine.
UPDATED
I have tired setting disk_access_mode: standart
instead of disk_access_mode: auto
. It was not help. Also I pay attention that in cassandra 2.0.9 cassandra.yaml
file do not contains disk_access_mode
by default. So it seems (but I not sure) that disk_access_mode
was removed from cassandra.
The conf/cassandra-env.sh file control environment settings for Cassandra. See comments in the file and docs: http://www.datastax.com/documentation/cassandra/2.1/cassandra/operations/ops_tune_jvm_c.html