Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 46f5a4fc authored by Andy McFadden's avatar Andy McFadden Committed by android-build SharedAccount
Browse files

MAX_HIDDEN_APPS experiment.

Boost from 15 to 40 for monkey A/B test.

Change-Id: I7479ff004570e414375a4f6bf509c93e9196db18
parent f49c1689
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -313,7 +313,7 @@ public final class ActivityManagerService extends ActivityManagerNative implemen
    // The maximum number of hidden processes we will keep around before
    // killing them; this is just a control to not let us go too crazy with
    // keeping around processes on devices with large amounts of RAM.
    static final int MAX_HIDDEN_APPS = 15;
    static final int MAX_HIDDEN_APPS = 40;
    
    // We put empty content processes after any hidden processes that have
    // been idle for less than 15 seconds.