mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
universal7885: Drop zram writeback
* Causing memory corruption. Signed-off-by: anandhan07 <anandhasayanan007jb@gmail.com>
This commit is contained in:
parent
18ec4c2a39
commit
dcd42d191d
2 changed files with 1 additions and 3 deletions
|
|
@ -58,8 +58,6 @@
|
|||
<integer name="config_longPressOnPowerBehavior">1</integer>
|
||||
<!-- Shutdown if the battery temperature exceeds (this value * 0.1) Celsius. -->
|
||||
<integer name="config_shutdownBatteryTemperature">600</integer>
|
||||
<!-- Enable Zram writeback feature to allow unused pages in zram be written to flash. -->
|
||||
<bool name="config_zramWriteback">true</bool>
|
||||
<!-- From Stock framework-res.apk: -->
|
||||
<bool name="config_setColorTransformAccelerated">true</bool>
|
||||
<bool name="config_enableNightMode">true</bool>
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
/dev/block/zram0 none swap defaults zramsize=1619001344,max_comp_streams=8,zram_backingdev_size=512M
|
||||
/dev/block/zram0 none swap defaults zramsize=1619001344,max_comp_streams=8
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue