Skip to content

Commit

Permalink
Increase memory allocation of Gradle daemon
Browse files Browse the repository at this point in the history
With default values (512 MB) the daemon OOMs when building the app.

Signed-off-by: Danny Baumann <[email protected]>
  • Loading branch information
maniac103 committed Aug 12, 2024
1 parent a783be8 commit 4f372df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ android.nonFinalResIds=false
android.nonTransitiveRClass=false
android.useAndroidX=true
org.gradle.configuration-cache=true
org.gradle.jvmargs="-Xmx2g"

0 comments on commit 4f372df

Please sign in to comment.