WildFly and Garbage Collection Logging: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
=External=
* How to enable Garbage Collection (GC) logging in EAP 6 domain mode https://access.redhat.com/solutions/269023
* Preventing GC log file overwrites upon restart in domain mode https://access.redhat.com/solutions/1325293
* How to rotate gc log file configured in domain mode in EAP 6? https://access.redhat.com/solutions/1132613
=Internal=
=Internal=



Revision as of 16:43, 1 November 2016

External

Internal

Overview

GC logging is enabled by default for standalone mode (to verify form which version on). It generates output to $JBOSS_HOME/standalone/log/gc.log.<digit>. The system uses log rotation with the number of log files limited to 5, and the size of each file limited to 3 MB.


Enabling GC Logging in Domain Mode