997e8f03cd
[libfs_mgr]Warning: unknown flag: zram_loopback_path=/data/per_boot/zram_swap [libfs_mgr]Warning: unknown flag: zram_loopback_size=512M We don't use zram_loopback_path any longer so remove it. We also changed zram_loopback_size with zram_backingdev_size so correct it. Bug: 145330273 Bug: 145116439 Test: confirmed there is no warning and zram backing device was configured Change-Id: I51be34c59203813a2f493eee6ab442c9940b75d7 Signed-off-by: Minchan Kim <minchan@google.com> Signed-off-by: YH_Lin <yhli@google.com>
5 lines
383 B
Plaintext
5 lines
383 B
Plaintext
# Android fstab file.
|
|
|
|
#<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
|
|
/dev/block/zram0 none swap defaults zramsize=2147483648,max_comp_streams=8,zram_backingdev_size=512M
|