Disable CPU Power Saving States
It is strongly recommended that CPU power saving states be disabled if they are supported by your system's CPUs. Making this change may result in increased power consumption but improves stability and performance. This applies to all systems running StorNext including clients.
-
Add the following text to the
GRUB_CMDLINE_LINUX
line in/etc/default/grub
:intel_idle.max_cstate=0 processor.max_cstate=1
-
Run
grub2-mkconfig
.# grub2-mkconfig –o /boot/grub2/grub.cfg - Reboot the system for the change to take effect.
-
Add the following text to the
kernel
line in/boot/grub/menu.lst
:intel_idle.max_cstate=0 processor.max_cstate=1
- Reboot the system for the change to take effect.
To disable CPU power saving states on a Debian Linux system, perform the following procedure:
-
Modify the
GRUB_CMDLINE_LINUX
string in/etc/default/grub
so that it contains:intel_idle.max_cstate=0 processor.max_cstate=1
- Run "
update-grub
". - Reboot the system for the change to take effect.
Note: Disabling CPU power saving states in the system BIOS has no effect on Linux.
In some cases, performance can also be improved by adjusting the idle kernel parameter. However, care should be taken when using certain values. For example, idle=poll
maximizes performance but is incompatible with hyperthreading (HT) and will lead to very high power consumption. For additional information, refer to the documentation for your version of Linux.
On Windows, disable CPU power saving states by adjusting BIOS settings. Refer to system vendor documentation for additional information.
On Windows, disable CPU power saving states by adjusting the BIOS settings. Refer to your system vendor documentation for additional information.