sdm660-common: Enable zram-writeback job

This patch enables zram-writeback job. It will run idle marking
at 60m since the device is boot. After that, it will do first
writeback after 3hour to sweep initiallized cold pages out.
After that, it periodically write out every 24hour.

Bug: 117682284
Bug: 127185055
Test: Confirm with manual testing

Change-Id: I6857c79ca3ce6a3619f4b7e200d7f17a8decd659
This commit is contained in:
Randall Huang 2019-03-15 17:23:50 +08:00 committed by OdSazib
parent 0d5cde00b2
commit 8a1ef1a3b9
No known key found for this signature in database
GPG key ID: B678DBD07079B021
2 changed files with 3 additions and 1 deletions

View file

@ -1153,4 +1153,7 @@
<!-- Enable 802.11ac for Wifi hotspot (SAP) --> <!-- Enable 802.11ac for Wifi hotspot (SAP) -->
<bool translatable="false" name="config_wifi_softap_ieee80211ac_supported">true</bool> <bool translatable="false" name="config_wifi_softap_ieee80211ac_supported">true</bool>
<!-- Enable Zram writeback feature to allow unused pages in zram be written to flash. -->
<bool name="config_zramWriteback">true</bool>
</resources> </resources>

View file

@ -1,4 +1,3 @@
# Audio # Audio
audio.safemedia.bypass=true audio.safemedia.bypass=true