Skip to content

Commit

Permalink
add .jvmopts (JDK_JAVA_OPTIONS not working)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThijsBroersen committed Nov 24, 2024
1 parent 6ac5f57 commit 94fb3cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .jvmopts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-XX:+PrintCommandLineFlags
-Xss2m
-Xmx6g
-XX:+UseG1GC
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 94fb3cc

Please sign in to comment.