Skip to content

Commit

Permalink
linux-cachyos-rc: Default to lazy preemption
Browse files Browse the repository at this point in the history
With promising results shared in #339, let's enable this and see how
it goes.

Signed-off-by: Eric Naim <[email protected]>
  • Loading branch information
1Naim committed Jan 6, 2025
1 parent ed8597f commit 12760bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux-cachyos-rc/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ _HZ_ticks=${_HZ_ticks-1000}
_tickrate=${_tickrate-full}

## Choose between full(low-latency), lazy, voluntary or none
_preempt=${_preempt-full}
_preempt=${_preempt-lazy}

### Transparent Hugepages
# ATTENTION - one of two predefined values should be selected!
Expand Down

0 comments on commit 12760bc

Please sign in to comment.