How do I increase PHP upload and memory limits? Print

  • 0

You can raise PHP limits from cPanel's MultiPHP INI Editor:

  1. Log in to cPanel and open MultiPHP INI Editor under Software.
  2. Select your domain (or location).
  3. Adjust values such as:
    • upload_max_filesize (e.g. 64M)
    • post_max_size (set equal to or higher than upload size)
    • memory_limit (e.g. 256M)
    • max_execution_time (e.g. 120)
  4. Click Apply.

Some accounts can also use a Select PHP Version > Options screen, or add directives to .user.ini / php.ini in public_html. Note that your hosting plan sets a maximum ceiling, so very high values may be capped. If a setting will not stick or you need a higher limit than the editor allows, open a ticket and let support know the values you need.


Was this answer helpful?

« Back