Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
msm7x27a: don't limit max apps
Also, remove an unnecessary redefinition of the heap start size.
512-dalvik-heap specifies the same value. Might be worth looking at
the heap size and growth limit again.
  • Loading branch information
Daz Jones committed Jan 2, 2014
1 parent 1db08a2 commit 1ef7925
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions msm7x27a.mk
Expand Up @@ -120,7 +120,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
PRODUCT_PROPERTY_OVERRIDES += \
dalvik.vm.heapgrowthlimit=32m \
dalvik.vm.heapsize=96m \
dalvik.vm.heapstartsize=5m
ro.config.low_ram=true

PRODUCT_PROPERTY_OVERRIDES += \
debug.composition.type=dyn \
Expand All @@ -130,10 +130,6 @@ PRODUCT_PROPERTY_OVERRIDES += \
ro.opengles.version=131072 \
ro.sf.lcd_density=240

PRODUCT_PROPERTY_OVERRIDES += \
ro.config.low_ram=true \
sys.mem.max_hidden_apps=10

PRODUCT_PROPERTY_OVERRIDES += \
com.qc.hardware=true \
dev.pm.dyn_sample_period=700000 \
Expand Down

0 comments on commit 1ef7925

Please sign in to comment.