Skip to content

Commit

Permalink
Increase Gradle max heap to avoid OOM
Browse files Browse the repository at this point in the history
  • Loading branch information
joffrey-bion committed Mar 28, 2022
1 parent 88b3025 commit 2a40a39
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
Expand Up @@ -6,6 +6,8 @@ org.gradle.parallel=true

org.gradle.caching=true

org.gradle.jvmargs=-Xmx4g

# Disabled for now because Dukat is unreliable
#kotlin.js.generate.externals=true

Expand Down

0 comments on commit 2a40a39

Please sign in to comment.