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

Commit 92ca277f authored by T.J. Mercier's avatar T.J. Mercier
Browse files

libprocessgroup: memcg v2 default MaxActivationDepth = 3

Enable per-PID memcgs by default.

Vendor overrides to alternate MaxActivationDepths are supported in Android 16. Overrides to memcg v1 are also supported in Android 16. [1]

In Android 17 these overrides are not likely to be supported.

[1] https://source.android.com/docs/core/perf/cgroups#per-api-level-task-profiles

Bug: 386797284
Change-Id: Ia2107ac2244dcd9d05c918fe964529d0f83a13cf
parent 7e74ffd9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@
        "Controller": "memory",
        "Path": ".",
        "NeedsActivation": true,
        "MaxActivationDepth": 0,
        "MaxActivationDepth": 3,
        "Optional": true
      }
    ]