Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How GCTimeLimit percent is calculated by JVM

Java SE 8 document on Garbage collector ergonomics mention the following for GCTimeLimit

time-limit: The upper limit on the amount of time spent in garbage collection in percent of total time (default is 98).

1. What is total timeĀ  here ?

https://docs.oracle.com/javase/8/docs/technotes/guides/vm/gc-ergonomics.html

Comments
Post Details
Added on Sep 18 2020
0 comments
595 views