Skip to content

Commit 3e571be

Browse files
authored
CLOS-1278: Reflect lvemanager changes in docs
Change default option for web resource mode.
1 parent 538ea01 commit 3e571be

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/cloudlinuxos/limits/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -749,11 +749,14 @@ web_resource_limit_mode = unlimited
749749

750750
Possible parameter values:
751751

752-
* `all`: the default option. All processes will run inside CageFS and with LVE limits being applied.
753-
* `heavy`: there is a list of processes that are considered lightweight. In this mode, they will be executed inside CageFS, but no resource limits: CPU, IO, memory, and NUMPROC. List of ligthweight processes is defined by CloudLinux and it's guarantied that user can't bypass LVE limits for a long-term.
752+
* `all`: All processes will run inside CageFS and with LVE limits being applied.
753+
* `heavy`: the default option. there is a list of processes that are considered lightweight. In this mode, they will be executed inside CageFS, but no resource limits: CPU, IO, memory, and NUMPROC. List of ligthweight processes is defined by CloudLinux and it's guarantied that user can't bypass LVE limits for a long-term.
754754
For example, this mode allows a user to execute the `cloudlinux-selector stop` process, even if the user hits the NUMPROC limit.
755755
* `unlimited`: All processes run without CPU, memory, IO, and NUMPROC limits. CageFS isolation is still applied when available for security. Not recommended for production environments.
756756

757+
### Changes
758+
The default option has been updated from all to heavy starting with lvemanager-7.11.25-1.
759+
757760
### Requirements:
758761

759762
1. CloudLinux OS should be installed on the server

0 commit comments

Comments
 (0)