Too many wait in auth process
Sami Ketola
sami at ketola.io
Tue Feb 8 13:55:06 UTC 2022
> On 8. Feb 2022, at 12.27, itanguy at univ-brest.fr wrote:
>
> service auth-worker {
> client_limit = 1
> idle_kill = 0
> process_limit = 6000000
> process_min_avail = 0
> service_count = 1
> vsz_limit = 18446744073709551615 B
> }
What dovecot version is this? with 2.3.17 or later you should probably use service_count=0 here.
That would prevent auth-worker process from dying after each authentication and then need for new process to be spawned for each authentication.
Sami
More information about the dovecot
mailing list