Skip to content

Commit

Permalink
🚧 scx: properly disable scx schedulers
Browse files Browse the repository at this point in the history
the way we were disabling scx schedulers was completely invalid in the
current setup (after introduction of scx_loader), so for us to correctly
disable it we need to do these steps:
1. set `default_sched` to None.
2. edit config file.
3. call method to stop current scheduler.

we cannot disable scx_loader, because the KernelManager is using it to
get information. so it makes no sense in stoping the loader it self.
  • Loading branch information
vnepogodin committed Nov 27, 2024
1 parent ab2176b commit 38da88f
Show file tree
Hide file tree
Showing 6 changed files with 1,013 additions and 35 deletions.
Loading

0 comments on commit 38da88f

Please sign in to comment.