pygoscelis: Switch (back) to a higher timer frequency

In commit 23eecad7b4 (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:
Nils Freydank 2021-12-15 22:51:33 +01:00
parent 6330bf7d68
commit 1d6d1fcd18
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112
1 changed files with 3 additions and 3 deletions

View File

@ -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