Java Garbage Collection Logging: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 10: Line 10:
-Xloggc:<file>
-Xloggc:<file>
</pre>
</pre>
where <file> can be absolute or relative. In case of a relative path, it is relative to the current directory.

Revision as of 02:40, 13 February 2017

Internal

Command Line Options

Java 8

-Xloggc:<file>


where <file> can be absolute or relative. In case of a relative path, it is relative to the current directory.