Tweaking Riak for fun and profit (but mostly latency)

This commit is contained in:
Ciaby 2014-09-01 21:16:40 -05:00
parent 3bc67ac624
commit 2cdf86a25b

View file

@ -50,7 +50,16 @@
{platform_lib_dir, "/usr/lib/riak"},
{platform_log_dir, "/var/log/riak"},
{ring_creation_size, 64},
{ring_state_dir, "/var/lib/riak/ring"}
{ring_state_dir, "/var/lib/riak/ring"},
{default_bucket_props, [
{n_val,3},
{allow_mult,false},
{last_write_wins,true},
{r, 1},
{w, 2},
{dw, 0},
{rw, 0}
]}
]},
{riak_kv, [
{hook_js_vm_count, 2},