Merge "disable sync_on_suspend when flag is set" into main
This commit is contained in:
commit
cfec879ad6
1 changed files with 3 additions and 0 deletions
|
|
@ -1056,6 +1056,9 @@ on boot && property:ro.config.low_ram=true
|
||||||
write /proc/sys/vm/dirty_expire_centisecs 200
|
write /proc/sys/vm/dirty_expire_centisecs 200
|
||||||
write /proc/sys/vm/dirty_background_ratio 5
|
write /proc/sys/vm/dirty_background_ratio 5
|
||||||
|
|
||||||
|
on boot && property:suspend.disable_sync_on_suspend=true
|
||||||
|
write /sys/power/sync_on_suspend 0
|
||||||
|
|
||||||
on boot
|
on boot
|
||||||
# basic network init
|
# basic network init
|
||||||
ifup lo
|
ifup lo
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue