Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5bbc3792 authored by Mathieu Chartier's avatar Mathieu Chartier Committed by android-build-merger
Browse files

Merge changes from topic "move_to_go_defaults_512" into oc-mr1-dev am: 241539e1

am: 6a8fb8f7

Change-Id: Ic74e69a173f48056c9464b206cfa966bbf391541
parents 87750089 6a8fb8f7
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -17,5 +17,12 @@
# Inherit common Android Go defaults.
$(call inherit-product, build/target/product/go_defaults_common.mk)

# Insert 512MB specific properties here.
# 512MB specific properties.

# lmkd can kill more now.
PRODUCT_PROPERTY_OVERRIDES += \
     ro.lmk.medium=700 \

# madvise random in ART to reduce page cache thrashing.
PRODUCT_PROPERTY_OVERRIDES += \
     dalvik.vm.madvise-random=true