Re: auth client limit versus service count of mail processes

2016-11-29 Thread Christian Balzer
On Tue, 29 Nov 2016 14:30:37 +0200 Timo Sirainen wrote: > On 29 Nov 2016, at 2.57, Christian Balzer wrote: > > > > service imap { > > # Most of the memory goes to mmap()ing files. You may need to increase this > > # limit if you have huge mailboxes. > > #vsz_limit =

Re: auth client limit versus service count of mail processes

2016-11-29 Thread Timo Sirainen
On 29 Nov 2016, at 2.57, Christian Balzer wrote: > > service imap { > # Most of the memory goes to mmap()ing files. You may need to increase this > # limit if you have huge mailboxes. > #vsz_limit = $default_vsz_limit > vsz_limit = 512M > > # Max. number of IMAP processes

auth client limit versus service count of mail processes

2016-11-28 Thread Christian Balzer
Hello, We've got a pretty substantial dovecot installation (versions 2.1.7 and 2.2.13 on the backends, but tested with 2.2.24 as well) and this is the relevant config snippet from 10-master.conf: --- default_process_limit = 1024 default_client_limit = 16384 [...] service imap { # Most of