You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 12, 2020. It is now read-only.
Eric Stenson (work) edited this page Jun 11, 2019
·
2 revisions
Description
Sites may be configured to support resource limits. The two supported resource limits are CPU and Memory.
Notes
CPU
CPU limits are expressed as a percentage. This is a hard limit, regardless of total availability on the worker. If you were to set 30%, this means the site would be limited to 30% CPU, even if the rest of the box was idle. It is a limit, and not a guarantee: If you were to set 30% on 4 sites running on a single worker, all sites would not simultaneously receive 30% CPU.
Minimum: 5
Maximum: 100
Default: 100
Memory
Memory limits are expressed in megabytes (MB). The limit represents the amount of memory a site may consume, before it is recycled. This is the amount of main memory consumption, including both resident working set, as well as active file cache buffers.