jenkins-bot has submitted this change and it was merged. Change subject: More memory for build process ......................................................................
More memory for build process Gradle wants more memory and complains if it doesn't get at least 2GB. Change-Id: Ieb0d8cba51fbf216f21b96a69fd990b759179537 --- M app/gradle.properties 1 file changed, 3 insertions(+), 0 deletions(-) Approvals: Niedzielski: Looks good to me, approved jenkins-bot: Verified diff --git a/app/gradle.properties b/app/gradle.properties index e81d986..f7105aa 100644 --- a/app/gradle.properties +++ b/app/gradle.properties @@ -4,3 +4,6 @@ # Route logcat to standard output. # suppress inspection "UnusedProperty" robolectric.logging=stdout + +# Gradle wants more memory and complains if it doesn't get at least 2GB. +org.gradle.jvmargs=-Xmx2048M \ No newline at end of file -- To view, visit https://gerrit.wikimedia.org/r/288045 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ieb0d8cba51fbf216f21b96a69fd990b759179537 Gerrit-PatchSet: 1 Gerrit-Project: apps/android/wikipedia Gerrit-Branch: master Gerrit-Owner: BearND <[email protected]> Gerrit-Reviewer: BearND <[email protected]> Gerrit-Reviewer: Brion VIBBER <[email protected]> Gerrit-Reviewer: Dbrant <[email protected]> Gerrit-Reviewer: Mholloway <[email protected]> Gerrit-Reviewer: Niedzielski <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
