summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2015-08-24 15:54:08 +0300
committerMichael Klishin <mklishin@pivotal.io>2015-08-24 15:54:12 +0300
commitbad018b1a307528e9a18ce2c8eabac20f18a1a96 (patch)
tree514148cb4e3171b9db39fb6863054e86565d22b9 /ebin
parent9e588f63965413fd31a1f952af14b78989591919 (diff)
downloadrabbitmq-server-git-bad018b1a307528e9a18ce2c8eabac20f18a1a96.tar.gz
Restore SEGMENT_ENTRY_COUNT, lower QI journal size but not as much
This preserves index recovery but still reduces journal size by a noticeable amount.
Diffstat (limited to 'ebin')
-rw-r--r--ebin/rabbit_app.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in
index 83bafc1b24..37658d7312 100644
--- a/ebin/rabbit_app.in
+++ b/ebin/rabbit_app.in
@@ -30,7 +30,7 @@
{msg_store_file_size_limit, 16777216},
{fhc_write_buffering, true},
{fhc_read_buffering, true},
- {queue_index_max_journal_entries, 8192},
+ {queue_index_max_journal_entries, 32768},
{queue_index_embed_msgs_below, 4096},
{default_user, <<"guest">>},
{default_pass, <<"guest">>},