From 33bab6f5764c2e6439367e2176debc1c6e34a412 Mon Sep 17 00:00:00 2001 From: Anders Rytter Hansen Date: Wed, 6 Nov 2024 18:49:22 +0100 Subject: [PATCH] change scx config and add it to the image https://github.com/sched-ext/scx/commit/7efe286af0dbd2ce1229a7d9a7c878304d97d8e0#diff-fcbfa767daf41d534ca23654bd5e96b40ae661139ab984c292cd5b9c48e30b46 --- etc/default/scx | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 etc/default/scx diff --git a/etc/default/scx b/etc/default/scx new file mode 100644 index 0000000..b00131d --- /dev/null +++ b/etc/default/scx @@ -0,0 +1,6 @@ +# List of scx_schedulers: scx_bpfland scx_central scx_lavd scx_layered scx_nest scx_qmap scx_rlfifo scx_rustland scx_rusty scx_simple scx_userland +# tested: rusty, bpfland, lavd +SCX_SCHEDULER=scx_bpfland + +# Set custom flags for each scheduler, below is an example of how to use +#SCX_FLAGS='-k -m performance'