How to increase PHP Memory?

You can create  custom php.ini with required memory limit  in your account

but that should be within limit if  his script require  more than 500mb then its upgrade for sure. Please follow the given steps to increase PHP memory.

1. Login to the cPanel.

2. Find the File Manager in File section of the Cpanel.

3.Navigate to the directory where you will either save or edit the PHP.INI file and then select the file and use the Code Editor. To open the file, you can click on it to select the file and then click on the Code Editor icon in the menu bar of the File Manager. You can also right-click with your mouse and select Code Editor from the menu that appears.

4. add code >>  memory_limit = 64M

5. Click on SAVE CHANGES in the top right hand corner in order to save your modifications or additions to the file.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Can I use cURL with my account?

Yes, all of our servers have cURL enabled. The path to cURL is /usr/bin/curl .

Do you support installation and use of PHPBB?

We have one touch installs for XMB, PHPBB, and Invisionboard. Here are some links to some...

Do you support Python?

Yes, we do. The path to Python is /usr/bin/python .

Does WHW support PHP HTTP Authorization?

We do support the PHP HTTP Authorization and in order to enable it you need to add the following...

How do I install the CGI scripts generated?

You basically need a few things before you can get started: You will need a web host that...