Jump to content

error message


kevincro

Recommended Posts

It means that your using too much memory. Personally I've never run into this issue, but there are ini variables you can use to allocate more memory to php.

 

in your php.ini file, look for memory_limit and up it's value to something that will work for your app is one way you could get around it, but should be last resort.

 

I really think your app could be optimized one way or another to avoid this error. If you can, post the code so we can have a look.

Link to comment
https://forums.phpfreaks.com/topic/106080-error-message/#findComment-543698
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.