Skip to content
This repository was archived by the owner on Nov 12, 2020. It is now read-only.

Site Limit Support

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.

Minimum: 384 Maximum: -1 (all memory) Default: -1

Tags

June 2019

Clone this wiki locally