pygoscelis: Switch (back) to a higher timer frequency
In commit 23eecad7b48913b12bd83917647de99e66d69b49 (2021-10-13) I lowered the timer frequency from 1 000 Hz to 100 Hz, but while I wasn't able to recognize a reproducible drop in energy consumption there were some heavy-load situations when the system started to stutter. Setting it to 300 Hz as some binary distributions do sounds therfor like a sane decision.
This commit is contained in:
parent
6330bf7d68
commit
1d6d1fcd18
@ -445,11 +445,11 @@ CONFIG_X86_INTEL_MEMORY_PROTECTION_KEYS=y
|
||||
CONFIG_EFI=y
|
||||
CONFIG_EFI_STUB=y
|
||||
# CONFIG_EFI_MIXED is not set
|
||||
CONFIG_HZ_100=y
|
||||
# CONFIG_HZ_100 is not set
|
||||
# CONFIG_HZ_250 is not set
|
||||
# CONFIG_HZ_300 is not set
|
||||
CONFIG_HZ_300=y
|
||||
# CONFIG_HZ_1000 is not set
|
||||
CONFIG_HZ=100
|
||||
CONFIG_HZ=300
|
||||
CONFIG_SCHED_HRTICK=y
|
||||
# CONFIG_KEXEC is not set
|
||||
# CONFIG_KEXEC_FILE is not set
|
||||
|
Loading…
x
Reference in New Issue
Block a user