Skip to content

Commit

Permalink
Update ci-gradle.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
bentrengrove authored Aug 21, 2023
1 parent 6eb55b0 commit cf8e8e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ci-gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
org.gradle.daemon=false

org.gradle.parallel=true
org.gradle.jvmargs=-Xmx4608m -XX:MaxMetaspaceSize=2048m -XX:+HeapDumpOnOutOfMemoryError
org.gradle.jvmargs=-Xmx4608m -XX:MaxMetaspaceSize=4096m -XX:+HeapDumpOnOutOfMemoryError
org.gradle.workers.max=2

kotlin.compiler.execution.strategy=in-process

0 comments on commit cf8e8e4

Please sign in to comment.