Skip to content

Commit

Permalink
Disable RDB by default
Browse files Browse the repository at this point in the history
  • Loading branch information
hamadmarri committed Aug 19, 2021
1 parent 56b51c9 commit bc18751
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init/Kconfig
Expand Up @@ -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"
Expand Down

0 comments on commit bc18751

Please sign in to comment.