Switch to 300hz in kernel

This commit is contained in:
mason 2023-11-02 23:51:43 +00:00 committed by fewtarius
parent d808809a33
commit e2eb75afa8
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A

View file

@ -396,10 +396,10 @@ CONFIG_NR_CPUS=8
CONFIG_HOTPLUG_CPU=y
# CONFIG_NUMA is not set
# CONFIG_HZ_100 is not set
CONFIG_HZ_250=y
# CONFIG_HZ_300 is not set
# CONFIG_HZ_250 is not set
CONFIG_HZ_300=y
# CONFIG_HZ_1000 is not set
CONFIG_HZ=250
CONFIG_HZ=300
CONFIG_SCHED_HRTICK=y
CONFIG_ARCH_SPARSEMEM_ENABLE=y
CONFIG_HW_PERF_EVENTS=y