From abdd49f532582336b25b932d1009a3fdbfcf8fe4 Mon Sep 17 00:00:00 2001 From: johnmart19 Date: Wed, 3 Aug 2022 16:54:33 +0100 Subject: [PATCH] sm7125-common: rootdir: Set ZRAM size to 50% * This makes sense for a52q and a72q series as not all models ship with the same RAM size. * Also remove deprecated max_comp_streams Change-Id: I9a4e247fb57c30e2c9804a5cc843124f1425d173 --- rootdir/etc/fstab.ramplus | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootdir/etc/fstab.ramplus b/rootdir/etc/fstab.ramplus index 17bb88e..f041579 100644 --- a/rootdir/etc/fstab.ramplus +++ b/rootdir/etc/fstab.ramplus @@ -4,4 +4,4 @@ # specify MF_CHECK, and must come before any filesystems that do specify MF_CHECK # SWAP -/dev/block/zram0 none swap defaults zramsize=5368709120,max_comp_streams=8 +/dev/block/zram0 none swap defaults zramsize=50%