Re: [PATCH] increase fd_limit to max_client_limit automatically

2015-03-23 Thread Lauri Tirkkonen
On Fri, Mar 20 2015 21:06:12 +0200, Timo Sirainen wrote: > On 22 Jan 2015, at 14:01, Lauri Tirkkonen 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 < 10

Re: [PATCH] increase fd_limit to max_client_limit automatically

2015-03-20 Thread Timo Sirainen
On 22 Jan 2015, at 14:01, Lauri Tirkkonen 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 the l

[PATCH] increase fd_limit to max_client_limit automatically

2015-01-23 Thread Lauri Tirkkonen
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 attach