Skip to content

Commit

Permalink
desktop: reenable a bunch of kernel params
Browse files Browse the repository at this point in the history
  • Loading branch information
pongo1231 committed Dec 26, 2024
1 parent ed67018 commit d43a7bb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions modules/desktop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
kernelParams = [
#"preempt=full"
#"nohz_full=0-N"
#"threadirqs"
#"rcu_nocbs=0-N"
"threadirqs"
"rcu_nocbs=0-N"
#"irqaffinity=0"
#"rcutree.enable_rcu_lazy=1"
#"rcutree.nohz_full_patience_delay=1000"
#"rcutree.use_softirq=0"
"rcutree.enable_rcu_lazy=1"
"rcutree.nohz_full_patience_delay=1000"
"rcutree.use_softirq=0"
];

extraModulePackages = with config.boot.kernelPackages; [ ];
Expand Down

0 comments on commit d43a7bb

Please sign in to comment.