Skip to content

Commit 2fe873c

Browse files
committed
add processor.max_cstate=0 to intel cpu cmdline
1 parent 9a15221 commit 2fe873c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/default_platform.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ bootloader_menu_config()
481481
echo "Switch CPU vendor is: $CPUVENDOR"
482482
if echo "$CPUVENDOR" | grep -i 'Intel' >/dev/null 2>&1; then
483483
echo "Switch CPU cstates are: disabled"
484-
CSTATES="intel_idle.max_cstate=0"
484+
CSTATES="processor.max_cstate=1 intel_idle.max_cstate=0"
485485
else
486486
CSTATES=""
487487
fi

0 commit comments

Comments
 (0)