From bc18751f31c6c99ce3ff13be72a86d77f56540d0 Mon Sep 17 00:00:00 2001 From: hamadmarri Date: Thu, 19 Aug 2021 20:24:26 +0300 Subject: [PATCH] Disable RDB by default --- init/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init/Kconfig b/init/Kconfig index 319c41cbf1ea8..0ec8b3a3f9757 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -846,14 +846,14 @@ config CACULE_SCHED config CACULE_RDB bool "RDB (Response Driven Balancer)" - default y + default n depends on CACULE_SCHED help This is an experimental load balancer for CacULE. It is a lightweight load balancer which is a replacement of CFS load balancer. It migrates tasks based on their interactivity scores. - If unsure, say Y here. + If unsure, say N. config RDB_INTERVAL int "RDB load balancer interval"