It appears when I set vsz_limit=0 it works without crashing. So the
problem appears when setting an explicit maximum.
--
Daniel
On 12/7/2021 9:57:29 PM, "Aki Tuomi" <aki.tu...@open-xchange.com> wrote:
On 7 December 2021 23.10.50 UTC, Daniel Miller <dmil...@amfes.com> wrote:
On 12/7/2021 12:29:49 PM, "Daniel Miller" <dmil...@amfes.com> wrote:
service replicator {
vsz_limit = 2G
}
Aki
Tried that - got another one.
I just tried setting
service replicator {
vcsz_limit = 5G
}
and I still get:
Dec 7 15:08:25 bubba dovecot: replicator: Panic: data stack: Out of
memory when allocating 4294967336 bytes
--
Daniel
This looks like a bug. We'll take a look.
Aki