Skip to content

Commit 65aaf8c

Browse files
PIG208rishichirchi
authored andcommitted
android build: Allow Gradle to use more memory
Fixes zulip#1330. Since Monday, CI builds have been running out of memory, presumably due to some upstream change. Allocate more memory so that the CI can pass again. The limit was 1.5 GiB, but now even 2.5 GiB doesn't seem to be enough. So increase it to 3 GiB. CZO discussion: https://chat.zulip.org/#narrow/channel/516-mobile-dev-help/topic/Execution.20failed.20for.20task.20'.3Aapp.3AcompileDebugKotlin'/near/2076887 Signed-off-by: Zixuan James Li <[email protected]>
1 parent d0269ee commit 65aaf8c

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=-Xmx1536M
1+
org.gradle.jvmargs=-Xmx3072M
22
android.useAndroidX=true
33
android.enableJetifier=true
44

0 commit comments

Comments
 (0)