Skip to content

Commit

Permalink
Merge pull request #675 from igorescodro/increase/heap
Browse files Browse the repository at this point in the history
馃 Increase Java Heap Size
  • Loading branch information
igorescodro committed May 5, 2024
2 parents c0a15a5 + da32299 commit 2d93045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
android.useAndroidX=true
org.gradle.jvmargs=-Xmx2048m
org.gradle.jvmargs=-Xmx6144m
org.gradle.parallel=true
kotlin.jvm.target.validation.mode=IGNORE
# When configured, Gradle will run in incubating parallel mode.
Expand Down

0 comments on commit 2d93045

Please sign in to comment.