OSDN Git Service

Stop setting swappiness.
authorMartijn Coenen <maco@google.com>
Mon, 2 Nov 2015 16:07:56 +0000 (17:07 +0100)
committerRom Lemarchand <romlem@google.com>
Mon, 16 Nov 2015 18:43:52 +0000 (10:43 -0800)
commit75603fb70741e8dd8b8454761f49b41fa7d6550f
treeb80212f6362c652f12377ff920c9034b76b85558
parentfb175933566d5869e4d069334abec82f67665083
Stop setting swappiness.

We're re-enabling memory cgroups on Ariel
to use user-space lmkd. As a side-effect, this
code will start setting swappiness again. Since the
benefit of swappiness is unknown at this point
(see b/18248535 for details), disable it until
we have good data it helps.

Change-Id: I8e8b892ba0db27469f2d47615f71ce1d2712acbf
services/core/java/com/android/server/am/ActivityManagerService.java