Skip to content

Commit

Permalink
Remove obsolete JVM option AggressiveOpts (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
errt authored Nov 4, 2021
1 parent 48dc216 commit 813c51d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ javaOptions in ThisBuild ++= Seq(
"-Xnoclassgc",
"-XX:NewRatio=1",
"-XX:SurvivorRatio=8",
"-XX:+UseParallelGC",
"-XX:+AggressiveOpts"
"-XX:+UseParallelGC"
)

addCommandAlias(
Expand Down

0 comments on commit 813c51d

Please sign in to comment.