How do I adjust PHP settings (memory, upload, execution time)? Print

  • 0

You can raise PHP limits like memory, upload size and execution time from cPanel:

  1. Log in to cPanel via your client area.
  2. Open Select PHP Version, then click the Options tab.
  3. Adjust values such as memory_limit, upload_max_filesize, post_max_size and max_execution_time, then save.

Remember post_max_size should be equal to or larger than upload_max_filesize so big uploads succeed. Changes apply right away - no restart needed. If an option you need is greyed out or capped below what your application requires, open a ticket and let us know the values; some limits are set at the server level for shared accounts and we can advise on the best approach.


Was this answer helpful?

« Back