sm8250-common: Use 6GB dalvik-heap config
We are currently using 2GB dalvik-heap config. Bug: 145823510 Test: MPTS Change-Id: I086d4a5c09634c3c7bd51ec5d08dcaa1551511b4
This commit is contained in:
committed by
Łukasz Patron
parent
6bc9b4ac6e
commit
56fb9175ca
@@ -20,6 +20,9 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
|
||||
# Include GSI keys
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/gsi_keys.mk)
|
||||
|
||||
# Setup dalvik vm configs
|
||||
$(call inherit-product, frameworks/native/build/phone-xhdpi-6144-dalvik-heap.mk)
|
||||
|
||||
# Get non-open-source specific aspects
|
||||
$(call inherit-product, vendor/oneplus/sm8250-common/sm8250-common-vendor.mk)
|
||||
|
||||
|
||||
@@ -125,14 +125,6 @@ ro.soc.model=SM8250
|
||||
ro.crypto.allow_encrypt_override=true
|
||||
ro.crypto.volume.filenames_mode=aes-256-cts
|
||||
|
||||
# Dalvik
|
||||
dalvik.vm.heapgrowthlimit=256m
|
||||
dalvik.vm.heapmaxfree=8m
|
||||
dalvik.vm.heapminfree=512k
|
||||
dalvik.vm.heapsize=512m
|
||||
dalvik.vm.heapstartsize=8m
|
||||
dalvik.vm.heaptargetutilization=0.75
|
||||
|
||||
# Display
|
||||
ro.vendor.display.sensortype=2
|
||||
vendor.display.comp_mask=0
|
||||
|
||||
Reference in New Issue
Block a user