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
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.

Link to comment
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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.