[Dovecot] Update from 1.0.10 -> 1.1rc1: Odd "quota exceeded" output
From my log:
Feb 25 14:53:26 postamt postfix/local[22546]: 0EAA8220697: to=<username@postamt.charite.de>, relay=local, delay=0.61, delays=0.16/0.04/0/0.42, dsn=5.7.0, status=bounced (permission denied. Command output: Warning: Growing pool 'Environment' with: 4096 Quota exceeded )
I'm not sure if "Warning: Growing pool 'Environment' with: 4096" should be in that message :)
What does it mean, anyway?
-- Ralf Hildebrandt (Ralf.Hildebrandt@charite.de) snickebo@charite.de Postfix - Einrichtung, Betrieb und Wartung Tel. +49 (0)30-450 570-155 http://www.arschkrebs.de Unix IS user friendly - it's just selective about who its friends are.
On Mon, 2008-02-25 at 15:13 +0100, Ralf Hildebrandt wrote:
From my log:
Feb 25 14:53:26 postamt postfix/local[22546]: 0EAA8220697: to=<username@postamt.charite.de>, relay=local, delay=0.61, delays=0.16/0.04/0/0.42, dsn=5.7.0, status=bounced (permission denied. Command output: Warning: Growing pool 'Environment' with: 4096 Quota exceeded )
I'm not sure if "Warning: Growing pool 'Environment' with: 4096" should be in that message :)
What does it mean, anyway?
It means you've compiled dovecot with --enable-debug. It's mainly useful for developers and it gives these kind of "useless" warnings.
In this case it might be better to increase the pool's initial size so it doesn't have to be grown. But since the environment pool is large enough for other processes it just means delivering is wasting a lot of space for adding environment variables.
- Timo Sirainen <tss@iki.fi>:
It means you've compiled dovecot with --enable-debug.
Yes, true.
It's mainly useful for developers and it gives these kind of "useless" warnings.
Argh. I will remove it.
In this case it might be better to increase the pool's initial size so it doesn't have to be grown. But since the environment pool is large enough for other processes it just means delivering is wasting a lot of space for adding environment variables.
-- Ralf Hildebrandt (Ralf.Hildebrandt@charite.de) snickebo@charite.de Postfix - Einrichtung, Betrieb und Wartung Tel. +49 (0)30-450 570-155 http://www.arschkrebs.de Radioactive cats have 18 half-lives.
participants (2)
-
Ralf Hildebrandt
-
Timo Sirainen