hibari / hibari-doc

Hibari is a production-ready, distributed, ordered key-value, big data store. Hibari uses chain replication for strong consistency, high-availability, and durability. Hibari has excellent performance especially for read and large value operations.
http://hibari.github.com/hibari-doc
Other
9 stars 1 forks source link

Hibari and Linux vm.swappiness=0 #2

Open norton opened 13 years ago

norton commented 13 years ago

An explicit note in the installation README and appropriate documentation guides should be added for Linux deployments. The vm.swappiness setting should be set to zero.

Swapping is not a good feature for a running Erlang virtual machine.

tatsuya6502 commented 10 years ago

It seems recent Linux kernel has changed the behavior when vm.swappiness is set to 0. It no longer uses the swap space even though it runs out RAM.

Suggest vm.swappiness = 1 instead.