I'm trying to setup dovecot with opensmtpd and I'm getting the following
errors for dovecot.

Jun 20 21:41:04 auth-worker(10932): Fatal:
pool_system_realloc(268435456): Out of memory
Jun 20 21:41:04 auth-worker(10932): Fatal: master: service(auth-worker):
child 10932 returned error 83 (Out of memory (service auth-worker {
vsz_limit=256 MB }, you may need to increase it) - set CORE_OUTOFMEM=1
environment to get core dump)
Jun 20 21:41:04 auth: Error: auth worker: Aborted request: Worker
process died unexpectedly
Jun 20 21:41:10 auth-worker(12071): Fatal:
pool_system_realloc(268435456): Out of memory
Jun 20 21:41:10 auth: Error: auth worker: Aborted request: Worker
process died unexpectedly
Jun 20 21:41:10 auth-worker(12071): Fatal: master: service(auth-worker):
child 12071 returned error 83 (Out of memory (service auth-worker {
vsz_limit=256 MB }, you may need to increase it) - set CORE_OUTOFMEM=1
environment to get core dump)

originally I was getting the following:

pipe() failed: Too many open files

but that was corrected by adding the following to /etc/login.conf:

dovecot:\
        :openfiles-cur=512:\
        :openfiles-max=2048:\
        :tc=daemon:

I'm new to openbsd so go easy on me.

Thanks

Reply via email to