Skip to content

Commit 79e6cae

Browse files
committed
perf(config): use 100 Hz for x86 guest timer
Reduce the normal x86 guest timer frequency from 250 Hz to 100 Hz so timer-exit overhead can be evaluated against scheduler, network, and lifecycle latency. Leave aarch64, SEV, and TDX configurations unchanged until their independent platform guardrails are run.
1 parent 7c6ef28 commit 79e6cae

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

config-libkrunfw_x86_64

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -409,11 +409,11 @@ CONFIG_X86_INTEL_TSX_MODE_OFF=y
409409
# CONFIG_X86_INTEL_TSX_MODE_ON is not set
410410
# CONFIG_X86_INTEL_TSX_MODE_AUTO is not set
411411
# CONFIG_X86_USER_SHADOW_STACK is not set
412-
# CONFIG_HZ_100 is not set
413-
CONFIG_HZ_250=y
412+
CONFIG_HZ_100=y
413+
# CONFIG_HZ_250 is not set
414414
# CONFIG_HZ_300 is not set
415415
# CONFIG_HZ_1000 is not set
416-
CONFIG_HZ=250
416+
CONFIG_HZ=100
417417
CONFIG_SCHED_HRTICK=y
418418
CONFIG_ARCH_SUPPORTS_KEXEC=y
419419
CONFIG_ARCH_SUPPORTS_KEXEC_FILE=y

0 commit comments

Comments
 (0)