mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
2271989942
PD#SWPL-95400 Problem: If we pin a file in android, the whole data of this file will be loaded to DDR, but most of these data may not be used, this caused memory waste. Solution: delay mark mlocked flags for unevictable pages until it has been faulted. You can use following command to disable this function: echo 0 > /proc/sys/vm/shrink_unevictable Verify: sc2_ah212. Change-Id: I3981b36114ab331c558198b80140aaa91fe7e7df Signed-off-by: Jianxiong Pan <jianxiong.pan@amlogic.com>