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

Skip to content
Commit 202d05a5 authored by Liam Mark's avatar Liam Mark
Browse files

ActivityManager: support new free memory estimate

Add support for a new free memory estimate which
instead of using the PSS of cached apps uses the
private dirty and private clean memory of cached
apps to estimate their size.

This new free memory estimate is more accurate
because it doesn't count the shared memory used by
cached apps which doesn't tend to be returned to
the system when cached apps are killed.

The new free memory estimate can be seen by using
the -f option with the dumpsys meminfo command.

Change-Id: I11d326f7937af79b7e909cbfa5eed568f26f7b34
parent 3e656914
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment