Wednesday, August 31, 2011

Cassandra 0.8 installation

Because Cassandra 0.8 uses mmap, we need to enable jna to avoid swapping out memory. Include jna.jar and modify /etc/security/limits.conf to add the following two lines

cassandra_user - memlock unlimited
cassandra_user - nofile 32000

0 comments:

Post a Comment