Skip to content

Commit 9bc7cc8

Browse files
committed
Reduce key count
Due to disk space issues
1 parent d73e4f8 commit 9bc7cc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/riakc_nhs_clinicals.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
%% For alwaysget operations what is:
1616
%% - the maximum number of keys per worker (max number of keys = this * concurrent)
1717
%% - whether the inserts should be in key_order, or whether the order should be skewed by a 1 byte hash at the head of the key
18-
{alwaysget, {600000, skew_order}}.
18+
{alwaysget, {400000, skew_order}}.
1919

2020
{pb_ips, [{127,0,0,1}]}.
2121
{http_ips, [{127,0,0,1}]}.

0 commit comments

Comments
 (0)