Hello Eduardo!
Greetings. Apologies for the delayed response.
Your application's KPIs are fantastic:
a. GC Throughput: 99.945%
b. Avg. GC pause time: 4.62ms
c. Max. GC pause time: 72.4ms
Below is your heap usage graph. Even though heap usage grows, when full GC (red triangle) runs, heap usage drops all the way to the bottom ~40MB.
All these indicate your application's memory & GC performance is at the optimal level.
Infact, I even have a suggestion. Given that you have such fantastic KPIs and beautiful sawtooth pattern of heap usage, if you want you can be optimistic to reduce your heap size by 50% and study the behaviour.
Thanks.
Edit your Comment