Skip to content

Commit

Permalink
Merge pull request #1675 from Netflix/ci-fixes
Browse files Browse the repository at this point in the history
set kotlin.daemon.jvmargs
  • Loading branch information
paulbakker authored Oct 18, 2023
2 parents 79b3e73 + 045ccde commit 3c4bf47
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ kotlin.code.style=official
org.gradle.caching = true
# org.gradle.parallel = true
# org.gradle.configureondemand = true
org.gradle.jvmargs=-Xmx2G
org.gradle.jvmargs=-Xmx2000m
kotlin.daemon.useFallbackStrategy=false
kotlin.compiler.execution.strategy=in-process

0 comments on commit 3c4bf47

Please sign in to comment.