Skip to content

Commit

Permalink
lmi: init: Set 50% Zram size
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmart19 authored and macka69 committed Jul 7, 2022
1 parent 4ca5968 commit 01537e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init/fstab.qcom
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ odm /odm e
/dev/block/bootdevice/by-name/modem /vendor/firmware_mnt vfat ro,shortname=lower,uid=1000,gid=1000,dmask=227,fmask=337,context=u:object_r:firmware_file:s0 wait
/dev/block/bootdevice/by-name/dsp /vendor/dsp ext4 ro,nosuid,nodev,barrier=1 wait
/dev/block/bootdevice/by-name/bluetooth /vendor/bt_firmware vfat ro,shortname=lower,uid=1002,gid=3002,dmask=227,fmask=337,context=u:object_r:bt_firmware_file:s0 wait
/dev/block/zram0 none swap defaults zramsize=2147483648,max_comp_streams=8,zram_backingdev_size=512M
/dev/block/zram0 none swap defaults zramsize=50%,max_comp_streams=8,zram_backingdev_size=512M

0 comments on commit 01537e2

Please sign in to comment.