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
[fast/warm-reboot] add cpufreq.default_governor=performance to BOOT_OPTIONS (#3435)
* [fast/warm-reboot] add cpufreq.default_governor=performance to BOOT_OPTIONS
Append this option to BOOT_OPTIONS variable.
How to verify it
Run fast-reboot or warm-reboot. Check:
admin@sonic:~$ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
performance
After boot is finalized check that it is reset back to default:
admin@sonic:~$ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
schedutil
---------
Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
0 commit comments