sm7250-common: Enable zram writeback
This is a squash of: Author: Minchan Kim <minchan@google.com> Date: Mon Oct 14 14:22:45 2019 -0700 Enable zram writeback job scheduler Bug: 140882488 Change-Id: I5489a7ce7a8d73306a6ecf69f57d338b2b0eaad2 Signed-off-by: Minchan Kim <minchan@google.com> Author: Minchan Kim <minchan@google.com> Date: Tue Nov 26 06:48:48 2019 -0800 fstab: correct zram parameter names There was a report about warning during boot. [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: 145116439 Test: confirmed there is no warning and zram backing device was configured Change-Id: Iafb355999cd4995f34bf67259a8a39993ae8326a Signed-off-by: Minchan Kim <minchan@google.com> Signed-off-by: aswin7469 <aswinas@pixysos.com> Signed-off-by: Sandeep-FED <sandymankara11@gmail.com>
This commit is contained in:
@@ -96,3 +96,8 @@ ro.vendor.qti.va_aosp.support=1
|
||||
|
||||
# Zygote
|
||||
persist.device_config.runtime_native.usap_pool_enabled=true
|
||||
|
||||
# ZRAM writeback
|
||||
ro.zram.mark_idle_delay_mins=60
|
||||
ro.zram.first_wb_delay_mins=180
|
||||
ro.zram.periodic_wb_delay_hours=24
|
||||
|
||||
Reference in New Issue
Block a user