Skip to content

Commit

Permalink
x86/configs/eve_defconfig: enable NO_HZ_FULL
Browse files Browse the repository at this point in the history
Disables the tick whenever possible if set as `nohz_full=cpuset`
kernel option. Good combination with CPU isolation for the
userspace QEMU tasks.

Signed-off-by: Roman Penyaev <[email protected]>
  • Loading branch information
rouming authored and rucoder committed Jan 17, 2024
1 parent 9d17e90 commit 9767061
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/x86/configs/eve_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ CONFIG_LOCALVERSION="-linuxkit"
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_SYSVIPC=y
CONFIG_POSIX_MQUEUE=y
CONFIG_NO_HZ_FULL=y
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y
CONFIG_BPF_SYSCALL=y
Expand Down

0 comments on commit 9767061

Please sign in to comment.