Skip to content

Commit

Permalink
Remove the JVM option
Browse files Browse the repository at this point in the history
The option `-XX:+UseConcMarkSweepGC` is reported to be deprecated since
9.0.
  • Loading branch information
olivere committed Jul 28, 2018
1 parent 3ccd88d commit cb66838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/jvm.options
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
################################################################

## GC configuration
-XX:+UseConcMarkSweepGC
# -XX:+UseConcMarkSweepGC
-XX:CMSInitiatingOccupancyFraction=75
-XX:+UseCMSInitiatingOccupancyOnly

Expand Down

0 comments on commit cb66838

Please sign in to comment.