Skip to content

Commit 5ef9f83

Browse files
authored
TCR-763 Update LVE documentation to add info about LVE default limit synchronisation limitation
1 parent b2c5904 commit 5ef9f83

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/cloudlinuxos/limits/README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,16 @@ Example:
148148
```
149149
</div>
150150

151-
Sets <span class="notranslate">CPU</span> limit to 25%, <span class="notranslate">IO</span> limit to 1024KB/s, <span class="notranslate">virtual memory</span> limit to 1GB (memory limit is set as a number of 4096 bytes pages), <span class="notranslate">physical memory</span> limit to 1GB, <span class="notranslate"> CPU</span> cores per LVE to 1, maximum entry processes to 200 and no limit for number of processes for all LVEs. It also sets the limit of 30% and number of processes limit to 5 for LVE with ID 532.
151+
Sets <span class="notranslate">CPU</span> limit to 25%, <span class="notranslate">IO</span> limit to 1024KB/s, <span class="notranslate">virtual memory</span> limit to 1GB (memory limit is set as a number of 4096 bytes pages), <span class="notranslate">physical memory</span> limit to 1GB, <span class="notranslate"> CPU</span> cores per LVE to 1, maximum entry processes to 200 and no limit for number of processes for all LVEs. It also sets the limit of 30% and number of processes limit to 5 for LVE with ID 532.
152+
153+
:::tip Limitation in controlling LVE limits via the cPanel package.
154+
As of now, setting a value to be inherited from the `LVE_DEFAULT` package will not be applied to the current LVE package, e.g.:
155+
```
156+
/var/cpanel/packages/cltest
157+
lve_nproc=DEFAULT
158+
```
159+
Limits for packages are not inherited from `VE_DEFAULT`; they are hardcoded and cannot be changed.
160+
:::
152161

153162
### Checking LVE usage
154163

0 commit comments

Comments
 (0)