Adjust n_val and ring_creation_size for riak
This commit is contained in:
parent
c4ee3140d6
commit
86f4e0032d
@ -20,9 +20,12 @@
|
|||||||
%% Default location of ringstate
|
%% Default location of ringstate
|
||||||
{ring_state_dir, "/var/lib/riak/ring"},
|
{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,
|
%% Default ring creation size. Make sure it is a power of 2,
|
||||||
%% e.g. 16, 32, 64, 128, 256, 512 etc
|
%% 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 is a list of IP addresses and TCP ports that the Riak
|
||||||
%% HTTP interface will bind.
|
%% HTTP interface will bind.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user