summarylogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMT2021-10-17 19:53:42 -0500
committerMT2021-10-17 19:53:42 -0500
commitbf3fca3739fc176282867d2f910e60fbe7bf97a6 (patch)
tree734978875ad044ea1b9a7e8d8cf081b95dfa7fb5 /config
parent600c6a142dd9f73f3137e171a9790e84b96d1ba7 (diff)
downloadaur-bf3fca3739fc176282867d2f910e60fbe7bf97a6.tar.gz
Set HZ to 250, like opensuse, for less power usage
Diffstat (limited to 'config')
-rw-r--r--config6
1 files changed, 3 insertions, 3 deletions
diff --git a/config b/config
index 20edefe92c6a..f296c3375d89 100644
--- a/config
+++ b/config
@@ -481,10 +481,10 @@ CONFIG_EFI=y
CONFIG_EFI_STUB=y
CONFIG_EFI_MIXED=y
# CONFIG_HZ_100 is not set
-# CONFIG_HZ_250 is not set
-CONFIG_HZ_300=y
+CONFIG_HZ_250=y
+# CONFIG_HZ_300 is not set
# CONFIG_HZ_1000 is not set
-CONFIG_HZ=300
+CONFIG_HZ=250
CONFIG_SCHED_HRTICK=y
CONFIG_KEXEC=y
CONFIG_KEXEC_FILE=y