aboutsummaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorRik van Riel <riel@redhat.com>2011-09-01 15:26:50 -0400
committerColin Cross <ccross@android.com>2013-09-19 13:53:19 -0500
commit2f42fa9141974d917c5a85fc484e48f53cf7ec71 (patch)
tree50198cfca0ce4d96a2cb9b33511ce7657cfb8a77 /android
parentbbf5538ee0e4c30ba9b4556f9699ed5f31df67da (diff)
add extra free kbytes tunable
Add a userspace visible knob to tell the VM to keep an extra amount of memory free, by increasing the gap between each zone's min and low watermarks. This is useful for realtime applications that call system calls and have a bound on the number of allocations that happen in any short time period. In this application, extra_free_kbytes would be left at an amount equal to or larger than than the maximum number of allocations that happen in any burst. It may also be useful to reduce the memory use of virtual machines (temporarily?), in a way that does not cause memory fragmentation like ballooning does. [ccross] Revived for use on old kernels where no other solution exists. The tunable will be removed on kernels that do better at avoiding direct reclaim. Change-Id: I765a42be8e964bfd3e2886d1ca85a29d60c3bb3e Signed-off-by: Rik van Riel<riel@redhat.com> Signed-off-by: Colin Cross <ccross@android.com>
Diffstat (limited to 'android')
0 files changed, 0 insertions, 0 deletions