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 += \