Skip to content

Commit

Permalink
build: Increase heap size to mitigate OOM
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Nov 5, 2024
1 parent 1603ccf commit d1454ac
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
org.gradle.parallel = true
org.gradle.caching = true
org.gradle.caching=true
org.gradle.jvmargs=-Xms512M -Xmx2048M
org.gradle.parallel=true
android.useAndroidX=true
kotlin.code.style = official
version = 4.18.0-dev.6
kotlin.code.style=official
version=4.18.0-dev.6

0 comments on commit d1454ac

Please sign in to comment.