PHP configuration limitations can vary depending on the hosting environment, the PHP version, and any additional restrictions imposed by system administrators.
Default limitations for PHP configurations
- memory_limit = 256M (Memory limit)
- post_max_size = 128M (Post Max Size)
- max_execution_time = 300 (Max execution time)
- max_input_time = 300 (Max input time)
- upload_max_filesize = 128M (Upload max filesize)
- opcache.save_comments = turned off by default
- pm.max_children = 3 (Php workers)
If the default limitations are causing issues with your website, you can increase the limitations from your 10Web dashboard.
Important:
If you want to increase your php workers or the limitation pm.max_children, you will need to contact customer support via live chat. Please note that the highest value we can set for PHP workers is 5.
How to change your PHP config limitations
To change the limitations of your PHP configuration:
- Log in to your 10Web dashboard
- Click on the website where you want to make the change
- Click on Hosting Services > Tools
- Navigate to the bottom of the page and click on Advanced Settings
- To change the limit, click on the drop down arrow next to the configuration and choose to double or triple the limit
- Click Save to apply the new limitation