From 1d6d1fcd18a670ce45605b45faf41245c0f7cfa2 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Wed, 15 Dec 2021 22:51:33 +0100 Subject: [PATCH] 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. --- pygoscelis-config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pygoscelis-config b/pygoscelis-config index a412870..59ccc7b 100644 --- a/pygoscelis-config +++ b/pygoscelis-config @@ -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