mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: tune zram parmameters
* Increase swappiness to 160 * Comp algorithm to lz4 Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
9c38b26463
commit
b6bfca414e
1 changed files with 2 additions and 1 deletions
|
|
@ -13,7 +13,8 @@ on init
|
|||
|
||||
# ZRAM parameters
|
||||
write /proc/sys/vm/page-cluster 0
|
||||
write /proc/sys/vm/swappiness 130
|
||||
write /proc/sys/vm/swappiness 160
|
||||
write /sys/block/zram0/comp_algorithm lz4
|
||||
|
||||
## SCSC WLAN
|
||||
# SD-755: Increase default socket rx buffer limit
|
||||
|
|
|
|||
Loading…
Reference in a new issue