desperate call for help
Moderator: General Moderators
desperate call for help
Hi,
I have a nasty problem: I ran a badly programmed script, so now the PHP memory is full. Whenever I wanna execute even a simple command I get something like
Allowed memory size of 33554432 bytes exhausted (tried to allocate 16 bytes)...
How can I empty the memory? I increased the memory_limit in php.ini, I even uninstalled the xampp package including the Apache server, nothing has had an effect.
Please help!
Thanks a lot,
Jakob
I have a nasty problem: I ran a badly programmed script, so now the PHP memory is full. Whenever I wanna execute even a simple command I get something like
Allowed memory size of 33554432 bytes exhausted (tried to allocate 16 bytes)...
How can I empty the memory? I increased the memory_limit in php.ini, I even uninstalled the xampp package including the Apache server, nothing has had an effect.
Please help!
Thanks a lot,
Jakob
-
Charles256
- DevNet Resident
- Posts: 1375
- Joined: Fri Sep 16, 2005 9:06 pm
- Ambush Commander
- DevNet Master
- Posts: 3698
- Joined: Mon Oct 25, 2004 9:29 pm
- Location: New Jersey, US
thanks for your answers. However, none of the proposed solutions works. I rebooted the computer and also restarted Apache. Now, at least the changed memory_limit seems to be acknowledged, i.e. I get
Fatal error: Allowed memory size of 41943040 bytes exhausted
(instead of 31....... bytes) as before
But I still can't perform any operations.
Fatal error: Allowed memory size of 41943040 bytes exhausted
(instead of 31....... bytes) as before
But I still can't perform any operations.
- superdezign
- DevNet Master
- Posts: 4135
- Joined: Sat Jan 20, 2007 11:06 pm
Any at all? Are you sure you don't just have an infinite loop?j_a_k wrote:thanks for your answers. However, none of the proposed solutions works. I rebooted the computer and also restarted Apache. Now, at least the changed memory_limit seems to be acknowledged, i.e. I get
Fatal error: Allowed memory size of 41943040 bytes exhausted
(instead of 31....... bytes) as before
But I still can't perform any operations.
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US