Skip to content

Commit f0324d8

Browse files
committed
T2447: add configurable kernel boot option 'disable-power-saving'
Lower available CPU C states to a minimum if this option set. This will set Kernel commandline options "intel_idle.max_cstate=0 processor.max_cstate=1".
1 parent 4089516 commit f0324d8

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

docs/configuration/system/option.rst

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ General
2424

2525
.. cfgcmd:: set system option root-partition-auto-resize
2626

27-
Enables the root partition auto-extension and resizes to the maximum
27+
Enables the root partition auto-extension and resizes to the maximum
2828
available space on system boot.
2929

3030
Kernel
@@ -35,6 +35,23 @@ Kernel
3535
Disable all optional CPU mitigations. This improves system performance,
3636
but it may also expose users to several CPU vulnerabilities.
3737

38+
This will add the following option to the Kernel commandline:
39+
40+
* ``mitigations=off``
41+
42+
.. note:: Setting will only become active with the next reboot!
43+
44+
.. cfgcmd:: set system option kernel disable-power-saving
45+
46+
Disable CPU power saving mechanisms also known as C states.
47+
48+
This will add the following two options to the Kernel commandline:
49+
50+
* ``intel_idle.max_cstate=0`` Disable intel_idle and fall back on acpi_idle
51+
* ``processor.max_cstate=1`` Limit processor to maximum C-state 1
52+
53+
.. note:: Setting will only become active with the next reboot!
54+
3855
***********
3956
HTTP client
4057
***********

0 commit comments

Comments
 (0)