Skip to content

Commit

Permalink
use more memory on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ThijsBroersen committed Nov 24, 2024
1 parent db31114 commit 96218e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

name: CI
env:
JDK_JAVA_OPTIONS: -XX:+PrintCommandLineFlags
JDK_JAVA_OPTIONS: -XX:+PrintCommandLineFlags -Xmx6G -Xss2M -XX:+UseG1GC
'on':
workflow_dispatch: {}
release:
Expand Down
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ inThisBuild(
List(
name := "zio-logging",
ciEnabledBranches := Seq("master"),
ciJvmOptions ++= Seq("-Xmx6G", "-Xss2M", "-XX:+UseG1GC"),
ciTestJobs := ciTestJobs.value.map(ciJobWithSetup) :+ compileExamplesJob.value,
ciLintJobs := ciLintJobs.value.map(ciJobWithSetup),
ciBuildJobs := ciBuildJobs.value.map(ciJobWithSetup),
Expand Down

0 comments on commit 96218e0

Please sign in to comment.