From 436f396aeb07be8fe06449da91c257c4d51ddf39 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sun, 13 Nov 2011 06:00:44 +0000 Subject: [PATCH] - max-connections 1000 requires increasing init_window_size to at least 100000 (or it will be done automatically with logging a warning) Changed files: syslog-ng.conf -> 1.36 --- syslog-ng.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syslog-ng.conf b/syslog-ng.conf index cfd3f15..345d307 100644 --- a/syslog-ng.conf +++ b/syslog-ng.conf @@ -23,7 +23,7 @@ options { source s_sys { file ("/proc/kmsg" program_override("kernel")); - unix-stream("/dev/log" max-connections(1000)); + unix-stream("/dev/log" max-connections(1000) log_iw_size(100000)); internal(); }; -- 2.44.0