PHP script using too much resources?

sspt

Verified User
Joined
Oct 27, 2005
Messages
57
[Mon Mar 20 04:14:03 2006] [notice] Apache/2.0.55 (Unix) configured -- resuming normal operations
Allowed memory size of 33554432 bytes exhausted (tried to allocate 9246897 bytes)
[Mon Mar 20 14:16:17 2006] [notice] child pid 12568 exit signal Segmentation fault (11)
Allowed memory size of 33554432 bytes exhausted (tried to allocate 9246897 bytes)
[Mon Mar 20 14:16:42 2006] [notice] child pid 13580 exit signal Segmentation fault (11)
Allowed memory size of 33554432 bytes exhausted (tried to allocate 9246897 bytes)
[Mon Mar 20 14:27:24 2006] [notice] child pid 16895 exit signal Segmentation fault (11)
Allowed memory size of 33554432 bytes exhausted (tried to allocate 9246897 bytes)
[Mon Mar 20 15:05:52 2006] [notice] child pid 19895 exit signal Segmentation fault (11)
Allowed memory size of 33554432 bytes exhausted (tried to allocate 134 bytes)
[Mon Mar 20 15:28:26 2006] [notice] child pid 21678 exit signal Segmentation fault (11)

How can i find what is causing it?
 
Last edited:
You can try narrowing it down to a particular domain and then work from there trying to find the script that is hogging the most resources but usually increasing the PHP limit a few mb does not hurt depending on your setup.
 
Back
Top