sm8350-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:
parent
aade89e9d0
commit
c0ab297b6f
2 changed files with 3 additions and 8 deletions
|
@ -26,6 +26,9 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota.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/sm8350-common/sm8350-common-vendor.mk)
|
||||
|
||||
|
|
|
@ -122,14 +122,6 @@ vendor.camera.aux.packagelist=com.oem.autotest,com.oneplus.factorymode,com.onepl
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue