dstana

Well-Known Member
Jul 6, 2016
109
19
68
Phoenix, AZ
cPanel Access Level
Root Administrator
Upon checking the status of services on my server I noticed cpanel_php_fpm is down. Upon trying to restart the service I get the following error:

"ERROR: unable to allocate 1168 bytes in shared memory: Cannot allocate memory: Cannot allocate memory (12)"

I've got 64gb of memory available on the server, a small fraction is used at any given time. I set the cPanel Process memory to 2048mb in the Tweak Setting section of the server and service still fails to start with the same error code.

Is there somewhere else I should be looking to allocate more resources so this process can run?
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
Hello @dstana,

Please run the following command and let us know of any error messages in the output:

Code:
/scripts/restartsrv_cpanel_php_fpm  --start & tail -f /var/log/messages
Also, could you verify which version of cPanel is installed on this system?

Thank you.