gs101: turn off page_pinner
Page_pinner aimed for help tracking cma allocation failure. Since we are memory hungry and gs101 is lacking of critical usecases atm, we could disable it. It will return memory 0.78% memory. Bug: 235227018 Test: confirmed that no page_pinner directory in the debugfs. Signed-off-by: Minchan Kim <minchan@google.com> Change-Id: I37a0c9ba76b278f813dff6e81b77438ab9e87d3c
This commit is contained in:
parent
875235afbf
commit
29c8d8c5ff
1 changed files with 0 additions and 1 deletions
|
@ -46,7 +46,6 @@ endif
|
|||
BOARD_KERNEL_CMDLINE += dyndbg=\"func alloc_contig_dump_pages +p\"
|
||||
BOARD_KERNEL_CMDLINE += earlycon=exynos4210,0x10A00000 console=ttySAC0,115200 androidboot.console=ttySAC0 printk.devkmsg=on
|
||||
BOARD_KERNEL_CMDLINE += cma_sysfs.experimental=Y
|
||||
BOARD_KERNEL_CMDLINE += stack_depot_disable=off page_pinner=on
|
||||
BOARD_KERNEL_CMDLINE += swiotlb=noforce
|
||||
BOARD_BOOTCONFIG += androidboot.boot_devices=14700000.ufs
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue