Java verbose:gc How to read the output?
问题 I have a Java application which has some performance issues and someone recommend me to run it in verbose:gc mode. This has been done, but I don't know how to interpret the logging. Is it possible to explain me what it all means or to advise me as what I can do to increase performance? Output log can be found on : http://pastebin.com/uDNPEGcd Thanks in advance, Kind regards, Maarten 回答1: verbose:gc prints right after each gc collection and prints details about each generation memory details.