Created
August 7, 2017 11:36
-
-
Save mahbodkh/2fecd31ad26915fa5556bea5e8d98c1c to your computer and use it in GitHub Desktop.
/etc/riak-cs/advanced.config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| {riak_kv, [ | |
| {add_paths, ["/usr/lib/riak-cs/lib/riak_cs-2.1.0/ebin"]}, | |
| {storage_backend, riak_cs_kv_multi_backend}, | |
| {multi_backend_prefix_list, [{<<"0b:">>, be_blocks}]}, | |
| {multi_backend_default, be_default}, | |
| {multi_backend, [ | |
| {be_default, riak_kv_eleveldb_backend, [ | |
| {total_leveldb_mem_percent, 30}, | |
| {data_root, "/var/lib/riak/leveldb"} | |
| ]}, | |
| {be_blocks, riak_kv_bitcask_backend, [ | |
| {data_root, "/var/lib/riak/bitcask"} | |
| ]} | |
| ]} | |
| ]} | |
| ]. |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
/etc/security/limits.conf
* hard nofile 500000* soft nofile 500000root hard nofile 500000root soft nofile 500000