Displaying 2 results from an estimated 2 matches for "tirkkonen".
Did you mean:
tikkanen
2015 Jan 22
2
[PATCH] increase fd_limit to max_client_limit automatically
...edump(blocks) unlimited unlimited
nofiles(descriptors) 1000 65536
vmemory(kbytes) unlimited unlimited
It should probably be increased to higher than that to account for fds
other than client sockets, but I don't have insights into that.
--
Lauri Tirkkonen
Niksula systems specialist
-------------- next part --------------
diff -r e30e9b2b0e37 src/master/master-settings.c
--- a/src/master/master-settings.c Wed Jan 21 02:21:35 2015 +0200
+++ b/src/master/master-settings.c Thu Jan 22 13:39:41 2015 +0200
@@ -18,6 +18,7 @@
#include <unistd.h>
#inc...
2015 Mar 20
0
[PATCH] increase fd_limit to max_client_limit automatically
On 22 Jan 2015, at 14:01, Lauri Tirkkonen <ltirkkon at niksula.hut.fi> wrote:
>
> Hi, with a low soft limit on file descriptors, dovecot 2.2.15 warns on
> startup:
>
> Warning: fd limit (ulimit -n) is lower than required under max. load
> (256 < 1000), because of default_client_limit
>
> It could t...