diff options
| author | Dave Daynard <nardholio@gmail.com> | 2015-08-21 21:32:30 -0400 |
|---|---|---|
| committer | doc HD <doc.divxm@gmail.com> | 2015-08-22 23:59:31 +0300 |
| commit | 4ce76cb3f98a1fb5cb4ca7a175703e2dae94c0c5 (patch) | |
| tree | 61d56f74a7fda4a622d1bd070e3dd851930379fb | |
| parent | 51a1e61d5492579e87d14007f2ed86edcdb51edb (diff) | |
msm8960-common: enable adaptive LMK
Change-Id: I8390863c9a926ac8f91cfa61901afc5013d3b62b
| -rw-r--r-- | rootdir/etc/init.qcom.rc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 8d741e5..169cac5 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -197,6 +197,10 @@ on boot # enable pulsing led on boot write /sys/class/sec/led/led_pattern 6 + # Adaptive LMK + write /sys/module/lowmemorykiller/parameters/enable_adaptive_lmk 1 + write /sys/module/lowmemorykiller/parameters/vmpressure_file_min 53059 + on fs mount_all fstab.qcom |
