Skip to content

Commit

Permalink
feat: change CONFIG_HZ to 250 for amd64
Browse files Browse the repository at this point in the history
arm64 was already at 250HZ.

1000HZ is mostly for desktop systems (optimize for interactive mode).

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
  • Loading branch information
smira authored and talos-bot committed Dec 18, 2020
1 parent b46c570 commit 3f7a335
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kernel/kernel/config-amd64
Expand Up @@ -437,10 +437,10 @@ CONFIG_EFI=y
CONFIG_EFI_STUB=y
# CONFIG_EFI_MIXED is not set
# CONFIG_HZ_100 is not set
# CONFIG_HZ_250 is not set
CONFIG_HZ_250=y
# CONFIG_HZ_300 is not set
CONFIG_HZ_1000=y
CONFIG_HZ=1000
# CONFIG_HZ_1000 is not set
CONFIG_HZ=250
CONFIG_SCHED_HRTICK=y
# CONFIG_KEXEC is not set
# CONFIG_KEXEC_FILE is not set
Expand Down

0 comments on commit 3f7a335

Please sign in to comment.