From b032c6314324b8636cf0d5019ef6b923bf556d32 Mon Sep 17 00:00:00 2001 From: Richard Chang Date: Fri, 13 Oct 2023 06:41:05 +0000 Subject: [PATCH] caimito: adjust zram size to half ddr size Bug: 300517545 Test: Check zram size Change-Id: I457bcf045bbfecb569872450749ad03d2bcc96ec --- device-caiman.mk | 2 +- device-komodo.mk | 2 +- device-ripcurrent24.mk | 2 +- device-ripcurrentpro.mk | 2 +- device-tokay.mk | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/device-caiman.mk b/device-caiman.mk index b6ab794d..6b1a2ec4 100644 --- a/device-caiman.mk +++ b/device-caiman.mk @@ -228,7 +228,7 @@ endif # Set zram size PRODUCT_VENDOR_PROPERTIES += \ - vendor.zram.size=3g \ + vendor.zram.size=50p \ persist.device_config.configuration.disable_rescue_party=true PRODUCT_VENDOR_PROPERTIES += \ diff --git a/device-komodo.mk b/device-komodo.mk index 22cbdaa8..74e3d9fa 100644 --- a/device-komodo.mk +++ b/device-komodo.mk @@ -239,7 +239,7 @@ endif # Set zram size PRODUCT_VENDOR_PROPERTIES += \ - vendor.zram.size=3g \ + vendor.zram.size=50p \ persist.device_config.configuration.disable_rescue_party=true PRODUCT_VENDOR_PROPERTIES += \ diff --git a/device-ripcurrent24.mk b/device-ripcurrent24.mk index 968ca404..83ec6e31 100644 --- a/device-ripcurrent24.mk +++ b/device-ripcurrent24.mk @@ -217,7 +217,7 @@ endif # Set zram size PRODUCT_VENDOR_PROPERTIES += \ - vendor.zram.size=3g \ + vendor.zram.size=50p \ vendor.disable.thermal.control=1 \ persist.device_config.configuration.disable_rescue_party=true diff --git a/device-ripcurrentpro.mk b/device-ripcurrentpro.mk index 9034573a..1169772e 100644 --- a/device-ripcurrentpro.mk +++ b/device-ripcurrentpro.mk @@ -219,7 +219,7 @@ endif # Set zram size PRODUCT_VENDOR_PROPERTIES += \ - vendor.zram.size=3g \ + vendor.zram.size=50p \ vendor.disable.thermal.control=1 \ persist.device_config.configuration.disable_rescue_party=true diff --git a/device-tokay.mk b/device-tokay.mk index 9e03dfa6..48605b6b 100644 --- a/device-tokay.mk +++ b/device-tokay.mk @@ -229,7 +229,7 @@ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += vendor.display.lbe.supported=1 # Set zram size PRODUCT_VENDOR_PROPERTIES += \ - vendor.zram.size=3g \ + vendor.zram.size=50p \ persist.device_config.configuration.disable_rescue_party=true PRODUCT_VENDOR_PROPERTIES += \