Skip to content

Commit 2186c08

Browse files
authored
Update coefficients for Governor CPU limits
The numbers have been different for 9 years, since https://cloudlinux.atlassian.net/browse/PTCLLIB-56. This PR is done for https://cloudlinux.atlassian.net/browse/CLOS-3368.
1 parent d9c3c46 commit 2186c08

File tree

1 file changed

+1
-1
lines changed
  • docs/cloudlinuxos/cloudlinux_os_components

1 file changed

+1
-1
lines changed

docs/cloudlinuxos/cloudlinux_os_components/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3632,7 +3632,7 @@ MySQL Governor allows setting the burstable limits for accounts. To provide that
36323632
36333633
**Example of choosing MySQL Governor limits**
36343634
3635-
* With the default LVE SPEED limit is `100`, the possible values of the MySQL Governor CPU limits can be 250/150/110/90. I.e., we admit the short-term exceeding of the limits for processing SQL requests.
3635+
* With the default LVE SPEED limit is `100`, the possible values of the MySQL Governor CPU limits can be 100/95/87/75. I.e., we admit the short-term exceeding of the limits for processing SQL requests.
36363636
* If you face spike CPU consumption with these limits, it is recommended to reduce the excess of the `current` and `short` limits over the LVE limit. For example, to the values 150/110/100/90.
36373637
* If the average level of CPU consumption is too high, then it is recommended to reduce the `middle` and `long` limits, too. For example, to the values 150/100/80/50.
36383638
* Then MySQL processes will fall into LVE and be limited by LVE limits more often.

0 commit comments

Comments
 (0)