Jump to content

Mememory Size error


Mufleeh

Recommended Posts

Hi,

 

I am using queries in PHP to search data from the database in my local pc. Below error is being repeated even after increasing the memory limit from 128M to 256M in PHP configure file. Please advice me the way to fix this?

 

 

Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 39 bytes) in C:\Program Files\BitNami WAPPStack\apache2\htdocs\census\includes\school.php on line 1131

 

 

Regards,

Mufleeh

Link to comment
https://forums.phpfreaks.com/topic/241543-mememory-size-error/
Share on other sites

Your script is using all the Memory you've allowed it, you should try to optimize your script to use less Memory.

 

Try to combine queries to the database to lessen the load, cannot give any other tips until some code is shown :)

 

Regards, PaulRyan.

 

Hi,

 

I sent you a PM thinking you would see it soon!

 

 

Regards,

Mufleeh

Link to comment
https://forums.phpfreaks.com/topic/241543-mememory-size-error/#findComment-1240735
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.