Connecting Tech Pros Worldwide Forums | Help | Site Map

PHP Fatal error: Out of memory (Apache crash)

Newbie
 
Join Date: Sep 2008
Location: Mexico City
Posts: 2
#1: Sep 29 '08
Hi:
I am trying to find a solution for an error that consequentially leads to Apache Server crash.
Following is the message, as seen in the error.log file:
PHP Fatal error: Out of memory (allocated 786432) (tried to allocate 32768 bytes)

SERVER CHARACTERISTICS:

* Windows 2008 Enterprise Server
* PHP 5.2.6
* Apache/2.2.4 (Win32) DAV/2 mod_ssl/2.2.4 OpenSSL/0.9.8e
* RAM=8gb,

PHP SERVER PARAMETERS:

* max_execution_time = 720
* max_input_time = 360
* memory_limit = 5120 MB

After a few messages like this, the server ends with the message:
[notice] Parent: child process exited with status 255 -- Restarting.

Whenever it happens, I don't see a substantial rise in memory usage (well under the 5GB established in the configuration)
I think part of the problem is originated because the server is not releasing memory, and the data is adding-up.
It is surely a misconfiguration of my server
I have searched everywhere but didn't found a satisfying solution.

Thanks for your help.

MarkoKlacar's Avatar
Expert
 
Join Date: Aug 2007
Location: Stockholm, Sweden
Posts: 294
#2: Sep 30 '08

re: PHP Fatal error: Out of memory (Apache crash)


Hi,

Have you checked the log? I once a had a similar problem, not sure it's the same...

/MK
Newbie
 
Join Date: Sep 2008
Location: Mexico City
Posts: 2
#3: Oct 2 '08

re: PHP Fatal error: Out of memory (Apache crash)


Quote:

Originally Posted by MarkoKlacar

Hi,

Have you checked the log? I once a had a similar problem, not sure it's the same...

/MK

Thanks, yes I did, the extract of the contents of the log is the following:
PHP Fatal error: Out of memory (allocated 786432) (tried to allocate 32768 bytes)
[notice] Parent: child process exited with status 255 -- Restarting.
MarkoKlacar's Avatar
Expert
 
Join Date: Aug 2007
Location: Stockholm, Sweden
Posts: 294
#4: Oct 6 '08

re: PHP Fatal error: Out of memory (Apache crash)


Hi,

Sorry for the late reply, I did not run into that error message...sorry...

/MK
Reply