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:
parent
0d5cde00b2
commit
8a1ef1a3b9
2 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
# Audio
|
# Audio
|
||||||
audio.safemedia.bypass=true
|
audio.safemedia.bypass=true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue