Far Cry Posted October 6, 2010 Share Posted October 6, 2010 Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 4864 bytes) in /home/a5418385/public_html/scripts/status.php on line 2 What does this mean? Link to comment https://forums.phpfreaks.com/topic/215294-fatal-error-allowed-memory-size-of-33554432-bytes-exhausted-tried-to-allocate/ Share on other sites More sharing options...
Adam Posted October 6, 2010 Share Posted October 6, 2010 It means you've used all the computer's memory available to PHP. Are you working with large amounts of data? Link to comment https://forums.phpfreaks.com/topic/215294-fatal-error-allowed-memory-size-of-33554432-bytes-exhausted-tried-to-allocate/#findComment-1119597 Share on other sites More sharing options...
Far Cry Posted October 6, 2010 Author Share Posted October 6, 2010 It means you've used all the computer's memory available to PHP. Are you working with large amounts of data? Not really Link to comment https://forums.phpfreaks.com/topic/215294-fatal-error-allowed-memory-size-of-33554432-bytes-exhausted-tried-to-allocate/#findComment-1119599 Share on other sites More sharing options...
PFMaBiSmAd Posted October 6, 2010 Share Posted October 6, 2010 Your code and data is using 33,554,432 bytes. That's a substantial amount of memory. Without you showing us the code that produces that error, no one can directly help you. Link to comment https://forums.phpfreaks.com/topic/215294-fatal-error-allowed-memory-size-of-33554432-bytes-exhausted-tried-to-allocate/#findComment-1119601 Share on other sites More sharing options...
sasa Posted October 7, 2010 Share Posted October 7, 2010 you are in infinit loop Link to comment https://forums.phpfreaks.com/topic/215294-fatal-error-allowed-memory-size-of-33554432-bytes-exhausted-tried-to-allocate/#findComment-1119633 Share on other sites More sharing options...
PFMaBiSmAd Posted October 7, 2010 Share Posted October 7, 2010 foreachever(){} Link to comment https://forums.phpfreaks.com/topic/215294-fatal-error-allowed-memory-size-of-33554432-bytes-exhausted-tried-to-allocate/#findComment-1119635 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.