-
Type:
Bug
-
Status: Resolved
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 6.5.0.1, 7.0.0
-
Component/s: documentation
-
Labels:
-
Sprint:2019.5 - Scissors
-
Story Points:1
-
Needs backport:No
-
Needs QA verification:No
-
Functional tests:No
-
Are the reproduction steps defined?:No (add reasons in the comment)
The FR products recommend setting various JVM options however as at least one has been deprecated it should be removed i.e. :
https://backstage.forgerock.com/docs/am/6/maintenance-guide/#tuning-garbage-collection :
-XX:+UseCMSCompactAtFullCollection - Aggressive compaction at full collection
This has been deprecated and JVM now reports:
Java HotSpot(TM) 64-Bit Server VM warning: UseCMSCompactAtFullCollection is deprecated and will likely be removed in a future release.
Find more information here:
https://openjdk.java.net/jeps/214