Skip to content

Commit

Permalink
give more memory to the gradle daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
mopsalarm committed Nov 27, 2023
1 parent 21975e1 commit 323d7d2
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 @@ -17,7 +17,7 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
org.gradle.daemon=true
org.gradle.jvmargs=-Xmx2g
org.gradle.jvmargs=-Xmx4g
kotlin.compiler.execution.strategy=in-process
android.useAndroidX=true
android.enableJetifier=false
Expand Down

0 comments on commit 323d7d2

Please sign in to comment.