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
Copy file name to clipboardExpand all lines: docs/cloudlinuxos/cloudlinux_os_kernel/README.md
+39-12Lines changed: 39 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
This documentation describes specific features of the CloudLinux kernel. In other cases the kernel has the same features and innovations as any similar RHEL kernel.
4
4
More information about the actual kernel changes and releases can be obtained from our [changelog](https://changelog.cloudlinux.com/).
5
5
6
-
*[CL9 LTS kernel](./#cl9-lts-kernel)
6
+
*[LTS kernel](./#lts-kernel)
7
7
*[Hybrid Kernels](./#hybrid-kernels)
8
8
*[SecureLinks and Link Traversal Protection](./#securelinks-and-link-traversal-protection)
9
9
*[File change API](./#file-change-api)
@@ -21,41 +21,68 @@ More information about the actual kernel changes and releases can be obtained fr
21
21
*[Enter LVE when using cPanel utilities](./#enter-lve-when-using-cpanel-utilities)
22
22
*[Proactive reporting kernel crash events with Sentry and Kernel Panic Receiver](./#proactive-reporting-kernel-crash-events-with-sentry-and-kernel-panic-receiver)
23
23
24
-
## CL9 LTS kernel
24
+
## LTS kernel
25
25
26
26
In CL9 we don’t have our own kernel, instead we use AlmaLinux’s one which gets regular upstream updates.
27
27
28
28
For stability purposes we have also prepared the LTS (Long Term Support) kernel which is older than AlmaLinux by upstream version but has all security fixes / high scored CVEs.
29
29
30
30
We recommend this kernel as it minimizes changes while maintaining comprehensive CVE coverage.
31
31
32
+
Also, this kernel is available for CL8 serving as an analogue of Hybrid kernel (CL9 LTS kernel + CL8 system).
33
+
32
34
### How To Install
33
35
34
-
Run the following commands:
36
+
The LTS kernel is compatible with CL8 / CL9 systems.
Copy file name to clipboardExpand all lines: docs/cloudlinuxos/limits/README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -148,7 +148,11 @@ Example:
148
148
```
149
149
</div>
150
150
151
-
Sets <spanclass="notranslate">CPU</span> limit to 25%, <spanclass="notranslate">IO</span> limit to 1024KB/s, <spanclass="notranslate">virtual memory</span> limit to 1GB (memory limit is set as a number of 4096 bytes pages), <spanclass="notranslate">physical memory</span> limit to 1GB, <spanclass="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 <spanclass="notranslate">CPU</span> limit to 25%, <spanclass="notranslate">IO</span> limit to 1024KB/s, <spanclass="notranslate">virtual memory</span> limit to 1GB (memory limit is set as a number of 4096 bytes pages), <spanclass="notranslate">physical memory</span> limit to 1GB, <spanclass="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 Note
154
+
In cPanel, setting a value to be inherited from the LVE_DEFAULT package will not be applied to the current LVE package
Copy file name to clipboardExpand all lines: docs/cloudlinuxos/shared-pro/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1836,7 +1836,7 @@ Use this logging with caution because when it is enabled, the size of the daemon
1836
1836
<span class="notranslate">X-Ray</span> can gather and visualize information about top N slowest system functions, external requests, software modules and database queries of the client’s website.
1837
1837
1838
1838
### Known limitations
1839
-
<span class="notranslate">X-Ray</span> is not compatible with Opcahce JIT optimization.
1839
+
<span class="notranslate">X-Ray</span> is not compatible with Opcache JIT optimization.
1840
1840
Once <span class="notranslate">X-Ray</span> tracing task is running for the site the Opcache JIT optimization will be disabled until tracing task completed.
0 commit comments