14 Dec
2016
14 Dec
'16
9:49 a.m.
On 14.12.2016 02:53, Ricardo Branco wrote:
I am getting lots of these error messages in the log file, any idea why?
vsz_limit = 512M
Dec 14 00:50:12 lmtp(it@wenn.com)(it@wenn.com): Error: mmap_anon(211079168) failed: Cannot allocate memory
You are probably running out of memory on the process. mmap_anon only shows how much it was trying to allocate (201 megs), not total VSZ size.
Aki