Every night, analog is killed for memory - but I think I have plenty?

Ishware

Well-Known Member
Nov 7, 2003
211
6
168
Williamsburg, VA
cPanel Access Level
Root Administrator
Every night I get notified that analog has been killed. Here's a screenshot of part of the message:

- Removed Please Attach Images to Your Posts -

Where should I start? This is a Ramnode VPS running CloudLinux + CageFS + cPanel.

VPS has 4G RAM and has four cores on CPU…
 
Last edited by a moderator:

Znuff

Member
May 17, 2016
9
0
51
Romania
cPanel Access Level
DataCenter Provider
You can increase your swap size by:

1. either increase the swap partition
2. create a new swap file and turn swap on it, like:

Code:
dd if=/dev/zero of=/swapfile bs=1M count=1024
mkswap /swapfile
swapon /swapfile
That will create 1GB of swap space. Replace 1024 with how big you want (1024 * 1M)
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,268
463
Hello,

Please ensure you upload images directly to your posts. Could you let us know if the issue persists after creating SWAP space?

Thank you.