From e0dbd559f033b6d4ccf5ad3efb8f4af89c7555c1 Mon Sep 17 00:00:00 2001 From: Boris Kraut Date: Fri, 15 Apr 2016 16:38:15 +0200 Subject: [PATCH] OsmAnd~: Reset maxmem --- metadata/net.osmand.plus.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/metadata/net.osmand.plus.txt b/metadata/net.osmand.plus.txt index f747a6558b..c65fa45706 100644 --- a/metadata/net.osmand.plus.txt +++ b/metadata/net.osmand.plus.txt @@ -163,12 +163,13 @@ Build:2.3.3,235 sed -i -e "s/System.getenv(\"APP_NAME\")/\"OsmAnd~\"/g" build.gradle && \ sed -i -e "s/System.getenv(\"TARGET_APP_NAME\")/\"OsmAnd~\"/g" build.gradle && \ sed -i -e '/com.android.vending.BILLING/d' AndroidManifest.xml && \ - sed -i -e '/javaMaxHeapSize/s/4g/1536m/g' build.gradle + sed -i -e '/javaMaxHeapSize/s/4g/1024m/g' build.gradle scanignore=resources/rendering_styles/style-icons/drawable-mdpi/mx_sport_free_flyingpng Maintainer Notes: Update CV only after sucessfully built and tested. -2.3.3 requires to manually check permissions. 2.3.3 build will most likely fail with 1g mem. +2.3.3 requires to manually check permissions. 2.3.3 build will most likely fail +with 1g mem, uses min 1.5 gig locally. . Auto Update Mode:None