How do I increase the PHP Memory Limit?

Create  a blank text file called php.ini (if one doesn't already exist).

Put the following line in it:
memory_limit = 16M

Replace 16M with the size in Megabytes you would like the limit set to.

Then place the file in your public_html folder (or deeper).
  • 54 Users Found This Useful
Was this answer helpful?

Related Articles

How do I increase the PHP Upload Limit?

To raise the PHP Upload Limit for your website simply do the following:Create a blank text file...

How do I change PHP Settings?

First create a blank text file called php.ini (assuming one doesn't already exist in your...