config.xml: enable zram writeback
Bug: 207572250 Test: cmd jobscheduler run -f android 812 Signed-off-by: Robin Hsu <robinhsu@google.com> Change-Id: If956c912325d820ad37c160d2d1d80d3e646a76c
This commit is contained in:
parent
2b064d7831
commit
200d13758a
1 changed files with 3 additions and 0 deletions
|
@ -278,6 +278,9 @@
|
|||
available on some devices. -->
|
||||
<bool name="config_enableHapticTextHandle">true</bool>
|
||||
|
||||
<!-- Enable Zram writeback feature to allow unused pages in zram be written to flash. -->
|
||||
<bool name="config_zramWriteback">true</bool>
|
||||
|
||||
<!-- Configure tcp buffer sizes in the form:
|
||||
rmem_min,rmem_def,rmem_max,wmem_min,wmem_def,wmem_max
|
||||
If this is configured as an empty string, the system default will be applied.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue