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

Commit 6dd13207 authored by android-build SharedAccount's avatar android-build SharedAccount
Browse files

Revert "MAX_HIDDEN_APPS experiment."

This reverts commit 46f5a4fc.
parent 46f5a4fc
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 = 40;
    static final int MAX_HIDDEN_APPS = 15;
    
    // We put empty content processes after any hidden processes that have
    // been idle for less than 15 seconds.