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

Commit 07cdd3cf authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Remove dalvik.vm.madvise.artfile.size default" into main am: 196fbe96

parents bb25ba19 196fbe96
Loading
Loading
Loading
Loading
+3 −4
Original line number Original line Diff line number Diff line
@@ -158,15 +158,14 @@ PRODUCT_SYSTEM_PROPERTIES += \
    dalvik.vm.minidebuginfo=true \
    dalvik.vm.minidebuginfo=true \
    dalvik.vm.dex2oat-minidebuginfo=true
    dalvik.vm.dex2oat-minidebuginfo=true


# Enable Madvising of the whole art, odex and vdex files to MADV_WILLNEED.
# Enable Madvising of the whole odex and vdex files to MADV_WILLNEED.
# The size specified here is the size limit of how much of the file
# The size specified here is the size limit of how much of the file
# (in bytes) is madvised.
# (in bytes) is madvised.
# We madvise the whole .art file to MADV_WILLNEED with UINT_MAX limit.
# For odex and vdex files, we limit madvising to 100MB.
# For odex and vdex files, we limit madvising to 100MB.
# For art files, we defer to the runtime for default behavior.
PRODUCT_SYSTEM_PROPERTIES += \
PRODUCT_SYSTEM_PROPERTIES += \
    dalvik.vm.madvise.vdexfile.size=104857600 \
    dalvik.vm.madvise.vdexfile.size=104857600 \
    dalvik.vm.madvise.odexfile.size=104857600 \
    dalvik.vm.madvise.odexfile.size=104857600
    dalvik.vm.madvise.artfile.size=4294967295


# Properties for the Unspecialized App Process Pool
# Properties for the Unspecialized App Process Pool
PRODUCT_SYSTEM_PROPERTIES += \
PRODUCT_SYSTEM_PROPERTIES += \