This happened on a small VPS running FreeBSD 11.1-RELEASE-p10 when performing weekly cron jobs.
The system has 512M of RAM and 1024M of swap, it's hard to believe it was not enough:
The second process beam.smp belongs to net-im/ejabberd, which may have bugs/memory leaks etc, but why makewhatis was killed first?
There was no load at 4am, the system is running apache, and it's not a public website, just for personal use. I cannot imagine that makewhatis consumes so much memory. Of course, I can just disable it, never needed whatis...
Thanks for ideas!
The system has 512M of RAM and 1024M of swap, it's hard to believe it was not enough:
Code:
% tail /var/log/messages
....
Jun 9 04:54:39 eu kernel: pid 15265 (makewhatis), uid 0, was killed: out of swap space
Jun 9 04:55:07 eu kernel: pid 609 (beam.smp), uid 543, was killed: out of swap space
There was no load at 4am, the system is running apache, and it's not a public website, just for personal use. I cannot imagine that makewhatis consumes so much memory. Of course, I can just disable it, never needed whatis...
Thanks for ideas!