Skip to content

Commit 9de52a6

Browse files
committed
android build: Bump Gradle max memory use to 6 GiB
Fixes, potentially, #1360. Even after the bump to 4 GiB, CI is still occasionally flaking with a "Java heap space" error in the `android` suite: https://github.com/zulip/zulip-flutter/actions/runs/13152142737/job/36817594452?pr=1327 So try bumping the memory limit still further. It's not entirely clear this will be enough (or that an even bigger number would be): #1360 (comment) but we'll find out.
1 parent 043ae10 commit 9de52a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
org.gradle.jvmargs=-Xmx4G
1+
org.gradle.jvmargs=-Xmx6G
22
android.useAndroidX=true
33
android.enableJetifier=true
44

0 commit comments

Comments
 (0)