Skip to content

Commit 8bf7338

Browse files
authored
Merge pull request #291 from Monstrofil/patch-8
CLOS-1278: Reflect lvemanager changes in docs
2 parents 68d1a5f + 3e571be commit 8bf7338

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
@@ -784,11 +784,14 @@ web_resource_limit_mode = unlimited
784784

785785
Possible parameter values:
786786

787-
* `all`: the default option. All processes will run inside CageFS and with LVE limits being applied.
788-
* `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.
787+
* `all`: All processes will run inside CageFS and with LVE limits being applied.
788+
* `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.
789789
For example, this mode allows a user to execute the `cloudlinux-selector stop` process, even if the user hits the NUMPROC limit.
790790
* `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.
791791

792+
### Changes
793+
The default option has been updated from all to heavy starting with lvemanager-7.11.25-1.
794+
792795
### Requirements:
793796

794797
1. CloudLinux OS should be installed on the server

0 commit comments

Comments
 (0)