Skip to content

Commit 38c283b

Browse files
committed
android build: Allow gradle to use more memory
Recently, we have been running out of memory for the CI builds. It's likely that we were close to reaching the upperbound for some time, and some upstream change pushes us past that limit. Allocate more memory so that the CI can pass again. CZO discussion: https://chat.zulip.org/#narrow/channel/516-mobile-dev-help/topic/Execution.20failed.20for.20task.20'.3Aapp.3AcompileDebugKotlin' Signed-off-by: Zixuan James Li <[email protected]>
1 parent 449f326 commit 38c283b

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)