shlomikalfa Posted November 18, 2010 Share Posted November 18, 2010 Hi guys, How could that be: Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 29963 bytes) in /home/lamaelik/public_html/upm-ClientSide.php on line 193 If my script tried to allocate only: 29963 bytes And the limit is: 33554432 bytes Why did the error occur !? Any idea how do I fix it !? Thanks and have a nice day. Quote Link to comment Share on other sites More sharing options...
PFMaBiSmAd Posted November 18, 2010 Share Posted November 18, 2010 Either your script is doing something that requires a large amount of memory, such as resizing an image, reading a huge amount of data and creating arrays in memory from the data OR your script contains a logic error where it loops forever and consumes all the available memory. Posting the script that produces the error would be he quickest way of getting help with the problem. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.