spes: Decrease swappines to 60
- Multi-gen LRU enabled with swappines at 100 was causing a lot of overhead. After reducing it to 60, it seems to be working fine now. Signed-off-by: angelomds42 <angelomds42@gmail.com> Signed-off-by: spesmynuts <rianemaster1221@gmail.com>
This commit is contained in:
@@ -60,7 +60,7 @@ on property:sys.boot_completed=1
|
||||
write /dev/stune/top-app/schedtune.boost 10
|
||||
|
||||
# Setup ZRAM
|
||||
write /proc/sys/vm/swappiness 100
|
||||
write /proc/sys/vm/swappiness 60
|
||||
|
||||
# Setup runtime blkio
|
||||
# value for group_idle is us
|
||||
|
||||
Reference in New Issue
Block a user