9 lines
298 B
Plaintext
9 lines
298 B
Plaintext
# default is the init flow for the project without AGO settings
|
|
|
|
on post-fs-data
|
|
write /sys/block/zram0/comp_algorithm lz4
|
|
write /proc/sys/vm/page-cluster 0
|
|
write /proc/sys/vm/swappiness 100
|
|
write /sys/kernel/mm/swap/vma_ra_enabled false
|
|
swapon_all /vendor/etc/fstab.enableswap
|