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) and that's it.
  • 2 istifadəçi bunu faydalı hesab edir
Bu cavab sizə kömək etdi?

Uyğun məqalələr

How Do I Change PHP Setting X?

In order to change a php.ini setting you would simply create a php.ini file in your home...

500 Error

If your site occurs a 500 Internal Server Error the most common are php settings in your...

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 use PHP5?

PHP5 is now the default on all our servers nothing extra needs to be done to use it.If you come...

Wildcard Subdomain hosting

To do this all you need to do is:1) Login to Cpanel for the domain you need this on then go to...