Skip to content

Commit

Permalink
Increase Gradle max memory to avoid GC issues when compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPowerGamerBR committed Oct 15, 2024
1 parent 3cb8405 commit 7e04c46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Increase Gradle's available memory to 3G
org.gradle.jvmargs=-Xmx3G

0 comments on commit 7e04c46

Please sign in to comment.