15 lines
445 B
Plaintext
15 lines
445 B
Plaintext
# ago_512 is the init flow for the project with 512M
|
|
|
|
on init
|
|
write /sys/block/zram0/comp_algorithm lz4
|
|
# disable block tag for ago
|
|
write /proc/blocktag/blockio 2
|
|
|
|
on post-fs
|
|
write /proc/sys/vm/page-cluster 0
|
|
swapon_all /vendor/etc/fstab.enableswap
|
|
write /dev/memcg/memory.swappiness 180
|
|
write /dev/memcg/apps/memory.swappiness 180
|
|
write /dev/memcg/system/memory.swappiness 180
|
|
write /proc/sys/vm/swappiness 180
|