Knowledge base
1000 FAQs, 500 tutorials and explanatory videos. Here, there are only solutions!
Modify the limits of a website via the Infomaniak Manager
This guide explains how to customize the limits of a site hosted on shared web hosting or a managed Cloud Server.
Maximum values per type of accommodation
Boundaries | Web hosting | Cloud Server | CLI (only for Cloud Servers) |
---|---|---|---|
max_execution_time | 300s | 3600s | 0 (unlimited) sec max |
memory_limit | 1280 MB | 2048 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 (default, changeable) | |
simultaneous connections by IP | 30 max | 30 (default, changeable) | |
max_input_time | 0 (unlimited) | 0 (default, editable) | 0 (unlimited) |
files (inodes) | no limit on the number of files per hosting |
Unblock a site's memory limits
This guide explains how to unlock memory and script execution time for 1 hour on web hosting. It is possible to unlock these limits 10 times a year .
- open the Manager ( manager.infomaniak.com )
- go to Web Hosting
- click on the hosting/domain name concerned
- under Sites at the bottom click on the domain name of the site concerned
- click on the Advanced Settings button
- under the PHP tab, click on the Unblock these limits box then Save
- For 60 minutes, the affected site will benefit from the following limits:
- max_execution_time: 60 mins
- memory_limit: 1280 MB
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/domain name concerned
- under Sites at the bottom click on the domain name of the site concerned
- click on the Advanced Settings button
- under the PHP tab , to customize the limits of:
- Maximum execution time / max_execution_time (in seconds)
- Memory limit of scripts / memory_limit (in MB)
- Maximum file size for upload / post_max_size & upload_max_filesize (in MB)
- click save
Modify the limits of a site on Cloud Server
- connect to your Infomaniak space ( manager.infomaniak.com )
- go to
cloud server
- click on the Cloud server concerned
- under Web hosting , click on the name of the web hosting concerned
- under Sites , click on the domain name of the site concerned
- click on Advanced Settings
- click on the PHP tab , to customize the limits of:
- Maximum execution time / max_execution_time (in seconds)
- Memory limit of scripts / memory_limit (in MB)
- Maximum file size for upload / post_max_size & upload_max_filesize (in MB)
- click on Advanced options , to customize the limits of:
- Max kids
- Max input time
- click save
Change maximum concurrent connections
On web pages, the number of simultaneous connections per IP address is limited to 30 ; images are not limited.
The purpose of this limit is twofold:
- limit programs that attempt to bulk download content from websites
- block Internet browsers and plugins that allow to exceed common connection limits (between 5 and 10).
- connect to your Infomaniak space ( manager.infomaniak.com )
- go to
cloud server
- click on the Cloud server concerned
- under Web hosting , 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 Apache menu
- increase or decrease the number of simultaneous connections per IP
- click save
Link to this FAQ: