summaryrefslogtreecommitdiffstats
path: root/doc/queue_parameters.html
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-11-05 18:23:02 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2013-11-05 18:23:02 +0100
commit86589acdf9cab8f6b068eccc1d17b2e8412eec88 (patch)
tree674f5541fbb48979a4a6fc89724a413301beb817 /doc/queue_parameters.html
parent962656afab5954259199e278aba0518fbedef89b (diff)
parent80a4feb542e15b2fe100f88690000789eab562bb (diff)
downloadrsyslog-86589acdf9cab8f6b068eccc1d17b2e8412eec88.tar.gz
rsyslog-86589acdf9cab8f6b068eccc1d17b2e8412eec88.tar.bz2
rsyslog-86589acdf9cab8f6b068eccc1d17b2e8412eec88.zip
Merge branch 'master-ruleeng' into master-ruleeng-simd
Diffstat (limited to 'doc/queue_parameters.html')
-rw-r--r--doc/queue_parameters.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/queue_parameters.html b/doc/queue_parameters.html
index f2af7598..0237a475 100644
--- a/doc/queue_parameters.html
+++ b/doc/queue_parameters.html
@@ -16,7 +16,14 @@ default values will be used. Thus, the default ruleset has only the default main
queues are not set up by default.</p>
<ul>
<li><strong>queue.filename</strong> name</li>
- <li><strong>queue.size</strong> number</li>
+ <li><strong>queue.size</strong> number <br>
+ This is the maximum size of the queue in number of messages.
+ Note that setting the queue size to very small values (roughly
+ below 100 messages) is not supported and can lead to
+ unpredictable results.<br>
+ For more information on the current status of this restriction
+ see the <a href="http://www.rsyslog.com/lower-bound-for-queue-sizes/">rsyslog
+ FAQ: "lower bound for queue sizes"</a>.</li>
<li><strong>queue.dequeuebatchsize</strong> number
<br>default 16</li>
<li><strong>queue.maxdiskspace</strong> number</li>