From a2c81b495c37541d2eb05bc619c0939d3b880c81 Mon Sep 17 00:00:00 2001 From: UtsavBalar1231 Date: Tue, 27 Jul 2021 10:44:43 +0530 Subject: [PATCH] init: Use PELT half-life value of 16ms as default Change-Id: I60d8d08c72fad7b24f09a01c3fe9ceab129240ec Signed-off-by: UtsavBalar1231 --- init/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/Kconfig b/init/Kconfig index 09cf84d432b8..2182795bb1bf 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -770,7 +770,7 @@ menu "FAIR Scheuler tunables" choice prompt "Utilization's PELT half-Life" - default PELT_UTIL_HALFLIFE_32 + default PELT_UTIL_HALFLIFE_16 help Allows choosing one of the possible values for the PELT half-life to be used for the update of the utilization of tasks and CPUs.