Skip to content

Commit

Permalink
Add MaxMetaspaceSize
Browse files Browse the repository at this point in the history
takahirom committed Sep 6, 2024
1 parent a2602d7 commit e0dc2f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ci-gradle.properties
Original file line number Diff line number Diff line change
@@ -3,11 +3,11 @@

org.gradle.daemon=false
org.gradle.parallel=true
org.gradle.jvmargs=-Xmx5120m
org.gradle.jvmargs=-Xmx5120m -XX:MaxMetaspaceSize=2g
org.gradle.workers.max=2

kotlin.incremental=false
kotlin.compiler.execution.strategy=in-process

# Controls KotlinOptions.allWarningsAsErrors. This is used in CI and can be set in local properties.
warningsAsErrors=true
warningsAsErrors=true

0 comments on commit e0dc2f6

Please sign in to comment.