HELP! bash: fork: Cannot allocate memory - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Usage (/forum-34.html) +--- Thread: HELP! bash: fork: Cannot allocate memory (/thread-10549.html) |
HELP! bash: fork: Cannot allocate memory - leha - 04-27-2010 07:01 AM After update to 1.0.5, I was got this error - Fatal error: Out of memory (allocated 262144) (tried to allocate 77824 bytes) in All my sites! After several minutes, apache shutdown. In VPS admin I see: privvmpages 261,840 limit: 262,144 before the update was nothing similar. Help me please, what can I do to resolve this problem? RE: HELP! bash: fork: Cannot allocate memory - foxb - 04-27-2010 08:32 AM (04-27-2010 07:01 AM)leha Wrote: After update to 1.0.5, I was got this error - Fatal error: Out of memory (allocated 262144) (tried to allocate 77824 bytes) in All my sites! After several minutes, apache shutdown.Try: Code: cat /proc/user_beancounters RE: HELP! bash: fork: Cannot allocate memory - leha - 04-28-2010 12:13 AM :# cat /proc/user_beancounters PHP Code: Version: 2.5 RE: HELP! bash: fork: Cannot allocate memory - foxb - 04-30-2010 08:31 AM Whenever you have failcnt more than 0 there is the problem... You have to increase the values for your VPS Just for reference here is the output from my test system: Code: cat /proc/user_beancounters RE: HELP! bash: fork: Cannot allocate memory - leha - 04-30-2010 05:58 PM Now problem only with privvmpages, but before update CP I didn't have any problems. |