Hello Bigredcaps,
Greetings!
Based on our review of your report, we've observed a few instances of Full GC. However, with a GC throughput of 99.802% and an average Pause GC Time of only 12.4ms, your system appears to be operating efficiently.
Garbage Collection (GC) throughput measures the proportion of time an application dedicates to processing customer transactions versus time spent on garbage collection activities. For instance, if an application's GC throughput is 98%, it signifies that 98% of its runtime is allocated to processing customer transactions, while the remaining 2% is allocated to handling garbage collection activities.
Therefore, there is no immediate need to reduce the number of Full GC occurrences.
However perfection is forever. If you still prefer to optimise your system, you can check on this blog REDUCE LONG GC PAUSES
You can also look into this video GC Tuning & Troubleshooting Crash Course
Edit your Comment