Skip to content

Commit

Permalink
Remove unecessary java options from test settings
Browse files Browse the repository at this point in the history
This is not needed anymore, the Concurrent Mark and Sweep (CMS) has been deprecated and we should not use it anymore, see https://openjdk.org/jeps/291

Co-authored-by: Co-authored-by: Mariot Chauvin <[email protected]>
  • Loading branch information
ioannakok and mchv committed Apr 10, 2024
1 parent bbf86a2 commit 8ffb62c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion project/ProjectSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ object ProjectSettings {
// These settings are needed for forking, which in turn is needed for concurrent restrictions.
Test / javaOptions += "-DAPP_SECRET=this_is_not_a_real_secret_just_for_tests",
Test / javaOptions += "-Xmx2048M",
Test / javaOptions += "-XX:+UseConcMarkSweepGC",
Test / javaOptions += "-XX:ReservedCodeCacheSize=128m",
Test / baseDirectory := file("."),
Test / envVars := Map("STAGE" -> testStage),
Expand Down

0 comments on commit 8ffb62c

Please sign in to comment.