defconfig: reduce HZ value from 250 to 100
reduce linux timer interval to be same with metal. This can help some throughout benchmark result. Change-Id: I0a5a59d0356949d0c92ed4d87af3856f4053b130 Signed-off-by: Lei wang <leiwan@codeaurora.org>
This commit is contained in:
parent
d803000f57
commit
0e89cace2c
2 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,7 @@ CONFIG_PCI_HOST_GENERIC=y
|
|||
CONFIG_SCHED_MC=y
|
||||
CONFIG_NR_CPUS=8
|
||||
CONFIG_PREEMPT=y
|
||||
CONFIG_HZ_100=y
|
||||
CONFIG_ARM64_REG_REBALANCE_ON_CTX_SW=y
|
||||
CONFIG_ZSMALLOC=y
|
||||
CONFIG_BALANCE_ANON_FILE_RECLAIM=y
|
||||
|
|
|
@ -33,6 +33,7 @@ CONFIG_PCI_HOST_GENERIC=y
|
|||
CONFIG_SCHED_MC=y
|
||||
CONFIG_NR_CPUS=8
|
||||
CONFIG_PREEMPT=y
|
||||
CONFIG_HZ_100=y
|
||||
CONFIG_ARM64_REG_REBALANCE_ON_CTX_SW=y
|
||||
CONFIG_ZSMALLOC=y
|
||||
CONFIG_BALANCE_ANON_FILE_RECLAIM=y
|
||||
|
|
Loading…
Add table
Reference in a new issue