Allowed memory size exhausted

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
chaza
Forum Newbie
Posts: 10
Joined: Fri Oct 10, 2003 11:28 am

Allowed memory size exhausted

Post by chaza »

I am getting a:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 8192 bytes)
error message.
Any suggestions what I can do about this?
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

What exactly are you trying to do in the script that exceeds the memory size?

Mac
chaza
Forum Newbie
Posts: 10
Joined: Fri Oct 10, 2003 11:28 am

Post by chaza »

It's a jpg resize script. It's OK for images that are under 300k but anything more than that gives the error msg.
Post Reply