Skip to content

Commit 25e91bf

Browse files
committed
linux-cachyos-server: Build with NOHZ_FULL
Some server workloads benefit from omitting ticks for certain CPUs. The default behaviour is also NOHZ_IDLE unless nohz_full=n is added to boot cmdline. Closes: #461 Signed-off-by: Eric Naim <dnaim@cachyos.org>
1 parent f076ae9 commit 25e91bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

linux-cachyos-server/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363
## Choose between perodic, idle or full
6464
### Full tickless can give higher performances in various cases but, depending on hardware, lower consistency.
65-
: "${_tickrate:=idle}"
65+
: "${_tickrate:=full}"
6666

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

0 commit comments

Comments
 (0)