Adjust n_val and ring_creation_size for riak

This commit is contained in:
Dmitry Shulyak 2015-12-08 13:23:06 +02:00
parent c4ee3140d6
commit 86f4e0032d
1 changed files with 4 additions and 1 deletions

View File

@ -20,9 +20,12 @@
%% Default location of ringstate
{ring_state_dir, "/var/lib/riak/ring"},
{default_bucket_props, [
{n_val,1}]
},
%% Default ring creation size. Make sure it is a power of 2,
%% e.g. 16, 32, 64, 128, 256, 512 etc
%{ring_creation_size, 64},
{ring_creation_size, 8},
%% http is a list of IP addresses and TCP ports that the Riak
%% HTTP interface will bind.