mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
universal7885: Switch back zram compressor to zstd
This commit is contained in:
parent
dbd446b32c
commit
9c844c2fae
1 changed files with 2 additions and 2 deletions
|
|
@ -11,10 +11,10 @@ on init
|
|||
# Fastcharge
|
||||
chown system radio /sys/class/sec/switch/afc_disable
|
||||
|
||||
write /proc/sys/vm/swappiness 190
|
||||
write /proc/sys/vm/swappiness 160
|
||||
|
||||
# ZRAM setup
|
||||
write /sys/block/zram0/comp_algorithm lz4
|
||||
write /sys/block/zram0/comp_algorithm zstd
|
||||
write /sys/block/zram0/max_comp_streams 8
|
||||
write /proc/sys/vm/page-cluster 0
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue