REDUCE LONG GC PAUSES – GC easy – Universal Java GC Log Analyser
If your application's object creation rate is very high, then to keep with it, garbage collection rate will also be very high. High garbage collection rate will increase the GC pause time as well. Thus, optimizing the application to create less number of objects is THE EFFECTIVE strategy to reduce long GC pauses. This might be a time-consuming exercise, but it is 100% worth doing. In order to optimize object creation rate in the application, you can consider using java profilers like JProfiler, YourKit, JVisualVM….). These profilers will report
Read full article from REDUCE LONG GC PAUSES – GC easy – Universal Java GC Log Analyser
No comments:
Post a Comment