Skip to content

Commit

Permalink
Fix heap size
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanklee committed Nov 14, 2022
1 parent 3d46e80 commit 13f943e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
android.useAndroidX=true
org.gradle.jvmargs=-Xmx4096m
android.disableAutomaticComponentCreation=true
org.gradle.jvmargs=-Xmx2048m -XX:+UseParallelGC
org.gradle.jvmargs=-Xmx4096m -XX:+UseParallelGC

0 comments on commit 13f943e

Please sign in to comment.