diff --git a/device-caiman.mk b/device-caiman.mk index ff09f4d7..a33a3beb 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 a28b1cc2..ceab0e22 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 50f37880..006b7726 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 dffdbdda..fb178b61 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 9af1a1f0..7b428457 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 += \