lmkd: Update documentation of a couple defaults
We updated a couple of these default values in the code in previous CLs: - https://android-review.googlesource.com/c/platform/system/memory/lmkd/+/1358623 - https://android-review.googlesource.com/c/platform/system/memory/lmkd/+/1314688 We now update the README.md to reflect those code changes. Bug: 405461921 Test: N/A Change-Id: If802c1cbd9bcc0a88fc7870213b98ef062676d58
This commit is contained in:
parent
e51c5fead2
commit
4636a7dcd5
|
|
@ -60,14 +60,13 @@ properties:
|
||||||
any eligible task (fast decision). Default = false
|
any eligible task (fast decision). Default = false
|
||||||
|
|
||||||
- `ro.lmk.kill_timeout_ms`: duration in ms after a kill when no additional
|
- `ro.lmk.kill_timeout_ms`: duration in ms after a kill when no additional
|
||||||
kill will be done. Default = 0 (disabled)
|
kill will be done. Default = 100
|
||||||
|
|
||||||
- `ro.lmk.debug`: enable lmkd debug logs, Default = false
|
- `ro.lmk.debug`: enable lmkd debug logs, Default = false
|
||||||
|
|
||||||
- `ro.lmk.swap_free_low_percentage`: level of free swap as a percentage of the
|
- `ro.lmk.swap_free_low_percentage`: level of free swap as a percentage of the
|
||||||
total swap space used as a threshold to consider
|
total swap space used as a threshold to consider
|
||||||
the system as swap space starved. Default for
|
the system as swap space starved. Default = 10
|
||||||
low-RAM devices = 10, for high-end devices = 20
|
|
||||||
|
|
||||||
- `ro.lmk.thrashing_limit`: number of workingset refaults as a percentage of
|
- `ro.lmk.thrashing_limit`: number of workingset refaults as a percentage of
|
||||||
the file-backed pagecache size used as a threshold
|
the file-backed pagecache size used as a threshold
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue