Settings such as memory limit, upload size and execution time affect how PHP applications run.
Common Settings #
- memory_limit
- upload_max_filesize
- post_max_size
- max_execution_time
- max_input_vars
- date.timezone
Safe Changes #
- Record existing values.
- Change only the setting required by the application.
- Keep values within hosting limits.
- Save and test the affected operation.
- Revert unnecessary increases.
Resource Use #
Important: Increasing limits does not fix inefficient code and may cause the account to consume excessive resources.
Need Help? #
If you still need assistance, open a support ticket through your Vertico client account and include the affected domain or email address, a screenshot of the error, and the approximate time the problem occurred. Never send passwords by email or support ticket.
