Knowledge base
1000 FAQs, 500 tutorials and explanatory videos. Here, there are only solutions!
Web hosting & managed cloud server: change the limits of a site
This guide explains how to customise the limits of a hosted site on a common web hosting or a managed cloud server.
Change the limits of a site on a web hosting
- Connect to your Infomaniak space (manager.infomaniak.com)
- Go to
hosting
- Click on the hosting / the domain name concerned
- Under Sites at the bottom, click on the domain name of the site concerned
- Click on the button Advanced options
- In the PHP tab to customise the limits of:
- Maximum execution time / max_execution_time (in seconds)
- Memory limit for scripts / memory_limit (in MB)
- Maximum file size for sending / post_max_size & upload_max_filesize (in MB)
- Click on Save
Change the limits of a site on a cloud server
- Connect to your Infomaniak space (manager.infomaniak.com)
- Go to
Cloud server
- Click on the cloud server concerned
- Under Web hostings, click on the web hosting name concerned
- Under Sites, click on the domain name of the site concerned
- Click on Advanced options
- Click on the PHP tab to customise the limits of:
- Maximum execution time / max_execution_time (in seconds)
- Memory limit for scripts / memory_limit (in MB)
- Maximum file size for sending / post_max_size & upload_max_filesize (in MB)
- Click on Advanced options to customise the limits:
- Max children
- Max input Time
- Click on Save
Modification of simultaneous logins via IP to a web page
Caution: the following procedure only concerns managed cloud server
- Log in to your Infomaniak space (manager.infomaniak.com)
- Go to
cloud server
- Click on the cloud server concerned
- Under Web hostings, click on the name of the web hosting concerned
- Under Sites, click on the domain name of the site concerned
- Click on Advanced settings
- Select the Apache menu
- Increase or decrease the number of simultaneous logins via IP
- Click on Save
Unlock the limits of a site
It is possible to unlock these limits 10 times a year.
- Connect to your Infomaniak space (manager.infomaniak.com)
- Go to
Hosting
- Click on hosting / the domain name concerned
- Under Sites at the bottom, click on the domain name of the site concerned
- Click on the Advanced options button
- Under the PHP tab, click on the Unlock these limits then Save
- For 60 minutes, the site concerned will benefit from the following limits:
- max_execution_time: 60 minutes
- memory_limit: 1,280 MB
Maximum values per hosting type
Limits | Web hosting | Cloud server | CLI (only for cloud servers) |
---|---|---|---|
max_execution_time | 300 s | 3600 s | 0 (unlimited) s max |
memory_limit | 1,280 MB | 2,048 MB max | 512 MB max |
post_max_size + upload_max_filesize | 9223372036854775807 MB max | 9223372036854775807 MB max | 48 MB max |
max_children | 20 max | 20 (by default, adjustable) | |
Simultaneous logins via IP | 30 max | 30 (by default, adjustable) | |
max_input_time | 0 (unlimited) | 0 (by default, adjustable) | 0 (unlimited) |
Link to this FAQ: