From 209adf1a7f3d05e75e4c7e1f98a7e4c62e2b4a6c Mon Sep 17 00:00:00 2001 From: Danny Lin Date: Tue, 6 Oct 2020 16:16:44 -0700 Subject: [PATCH] overlay: Don't pin camera app in memory The default camera app can be *huge* in some cases, e.g. when the app in question is Google Camera. The system will only pin up to the first 80 MiB of the APK file, as well as the first 80 MiB of its odex. There are several problems with this: - We could easily end up with 160 MiB of camera app files pinned, which is a tall order with the 6 GiB of usable RAM that we have - The data that gets pinned may not even be the most critical data for launching the camera Let's disable pinning of the camera app to save RAM. Change-Id: I745e39b6ff212dfaf9213517d2a2be8ff7384e24 --- overlay/frameworks/base/core/res/res/values/config.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index ce54301..5423ac9 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -248,9 +248,6 @@ "/system_ext/priv-app/SystemUI/SystemUI.apk" - - true - 6291456