Skip to content

Commit

Permalink
arm64: configs: lahaina: Disable per-process reclaim
Browse files Browse the repository at this point in the history
Accordingly to FPS tests
(http://perf.mot.com/apps/fps/rungraphs/?runids=44588,44602,44598),
overall device performance has been improved when PPR is disabled (mainly
considering Major Page Fault and Swap IO improvements).

Change-Id: I89dade542cf47c754787fd17c11cc90e61d34473
Reviewed-on: https://gerrit.mot.com/2112482
SLTApproved: Slta Waiver
SME-Granted: SME Approvals Granted
Tested-by: Jira Key
Reviewed-by: Fernanda Schmidt <fschmidt@motorola.com>
Reviewed-by: Rafael Ortolan <rafones@motorola.com>
Reviewed-by: Carlos Pinho <cpinho@motorola.com>
Submit-Approved: Jira Key
Signed-off-by: Adithya R <gh0strider.2k18.reborn@gmail.com>
Signed-off-by: EndCredits <endcredits@crepuscular-aosp.icu>
  • Loading branch information
Pedro Bertoleti authored and EndCredits committed May 14, 2023
1 parent 623b841 commit e153aa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm64/configs/vendor/lahaina-qgki_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ CONFIG_ZSMALLOC=y
CONFIG_BALANCE_ANON_FILE_RECLAIM=y
CONFIG_HAVE_USERSPACE_LOW_MEMORY_KILLER=y
CONFIG_PRIORITIZE_OOM_TASKS=y
# CONFIG_PROCESS_RECLAIM is not set
CONFIG_NET=y
CONFIG_PACKET=y
CONFIG_UNIX=y
Expand Down
1 change: 1 addition & 0 deletions arch/arm64/configs/vendor/xiaomi_QGKI.config
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ CONFIG_RCU_LAZY=y

# SCHED
CONFIG_CPU_IDLE_GOV_TEO=y
# CONFIG_PROCESS_RECLAIM is not set

# Thermal
CONFIG_MI_THERMAL_INTERFACE=m
Expand Down

0 comments on commit e153aa0

Please sign in to comment.