diff options
-rw-r--r-- | rootdir/etc/init.qcom.rc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 010b98b..bd16d8f 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -46,8 +46,9 @@ on init write /sys/module/qpnp_rtc/parameters/poweron_alarm 1 - # Setup zram options + # ZRAM setup write /sys/block/zram0/comp_algorithm lz4 + write /proc/sys/vm/page-cluster 0 # Create a tmpfs for dynamic network mounting mkdir /storage/removable/remote 0700 root system |