Loading services/java/com/android/server/am/ActivityManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
services/java/com/android/server/am/ActivityManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading