Displaying 2 results from an estimated 2 matches for "ltirkkon".
2015 Jan 22
2
[PATCH] increase fd_limit to max_client_limit automatically
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 try increasing the limit first, and only report the warning if that
fails. I'm attaching a patch that does just this.
Without the patch, the soft fd limit is kept at whatever it
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 try increasing...