Skip to content

Commit

Permalink
violet-perf_defconfig: Switch to 300 HZ Timer Frequency
Browse files Browse the repository at this point in the history
Android has suggested using 300 HZ timer frequency[1] since long
but there were few scheduler related issues which are now addressed.

[1]: https://source.android.com/devices/tech/debug/jank_jitter#long_threads

Signed-off-by: Panchajanya1999 <[email protected]>
  • Loading branch information
Panchajanya1999 committed Aug 6, 2022
1 parent ae44200 commit 3d7bf52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch/arm64/configs/vendor/violet-perf_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -585,11 +585,11 @@ CONFIG_HOLES_IN_ZONE=y
# CONFIG_PREEMPT_VOLUNTARY is not set
CONFIG_PREEMPT=y
CONFIG_PREEMPT_COUNT=y
CONFIG_HZ_100=y
# CONFIG_HZ_100 is not set
# CONFIG_HZ_250 is not set
# CONFIG_HZ_300 is not set
CONFIG_HZ_300=y
# CONFIG_HZ_1000 is not set
CONFIG_HZ=100
CONFIG_HZ=300
CONFIG_SCHED_HRTICK=y
CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
CONFIG_ARCH_HAS_HOLES_MEMORYMODEL=y
Expand Down

0 comments on commit 3d7bf52

Please sign in to comment.