property_contexts: Add missing ro.lmk.swap_util_max property context
ro.lmk.swap_util_max property allows vendors to specify max swap utilization for lmkd to consider. Bug: 147315292 Signed-off-by: Suren Baghdasaryan <surenb@google.com> Change-Id: I1c126091766eddf6c680f0041077eb1aa422dfd2
This commit is contained in:
parent
34ec1de351
commit
54d5669770
1 changed files with 1 additions and 0 deletions
|
@ -437,6 +437,7 @@ ro.lmk.medium u:object_r:exported3_default_prop:s0 exact int
|
|||
ro.lmk.psi_partial_stall_ms u:object_r:exported3_default_prop:s0 exact int
|
||||
ro.lmk.psi_complete_stall_ms u:object_r:exported3_default_prop:s0 exact int
|
||||
ro.lmk.swap_free_low_percentage u:object_r:exported3_default_prop:s0 exact int
|
||||
ro.lmk.swap_util_max u:object_r:exported3_default_prop:s0 exact int
|
||||
ro.lmk.thrashing_limit u:object_r:exported3_default_prop:s0 exact int
|
||||
ro.lmk.thrashing_limit_decay u:object_r:exported3_default_prop:s0 exact int
|
||||
ro.lmk.use_minfree_levels u:object_r:exported3_default_prop:s0 exact bool
|
||||
|
|
Loading…
Reference in a new issue