Reputation: 8915
I am using Android R and confused by lowmemorykiller propertyies. From AOSP document here,
sys.lmk.minfree_levels: minfree:oom_adj_score pairs, delimited by comma
The property maybe used to config when will lowmemorykiller start take effect with MEM:SCORE pairs. I think user should set that value to adjust the lowmemorykiller sensitivity.
But from the code, looks like this property is written by lmk daemon,see code here! property_set called here.
And I do not found the code to read this property! Does that means this is actually a read only property? then how can I config the lowmemorykiller!
Upvotes: 1
Views: 507