diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2010-10-11 17:11:00 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2010-10-11 17:11:00 +0200 |
commit | 8c3d40b798e3ed68fb03629d87b55140cb6bc044 (patch) | |
tree | b6320896b01d58c083e82a0b5c22e13240dcc6f2 /doc | |
parent | ed324a9a610f91f54514eb713ff5593bde1012e6 (diff) | |
download | rsyslog-8c3d40b798e3ed68fb03629d87b55140cb6bc044.tar.gz rsyslog-8c3d40b798e3ed68fb03629d87b55140cb6bc044.tar.xz rsyslog-8c3d40b798e3ed68fb03629d87b55140cb6bc044.zip |
removed need for math library
by doing math a little bit more optimal in hash table code. Also reduced
memory requirement for imuxsock hash tables (expected number of connections
was set too high -- table can be extended dynamically).
Diffstat (limited to 'doc')
-rw-r--r-- | doc/imuxsock.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/imuxsock.html b/doc/imuxsock.html index 4dd28f26..ee5db22d 100644 --- a/doc/imuxsock.html +++ b/doc/imuxsock.html @@ -139,6 +139,12 @@ the $InputUnixListenSocketCreatePath and the $InputUnixListenSocketHostName.</p> $InputUnixListenSocketCreatePath on # turn on for *next* socket $InputUnixListenSocketHostName /var/run/sshd/dev/log </textarea> +<p>The following sample is used to turn off input rate limiting on the system log +socket. +<textarea rows="6" cols="70">$ModLoad imuxsock # needs to be done just once + +$SystemLogRateLimitInterval 0 # turn off rate limiting +</textarea> <p>[<a href="rsyslog_conf.html">rsyslog.conf overview</a>] [<a href="manual.html">manual index</a>] [<a href="http://www.rsyslog.com/">rsyslog site</a>]</p> <p><font size="2">This documentation is part of the |