Enabling GC Logging in Neo4j – Neo4j Support
A garbage collection event is a complete pause of the Java application (ie: neo4j-server). It can be identified in the debug.log as a stop-the-world event. If you notice issues with them such as too many pauses, too long of a pause, pauses causing cluster re-election, etc, you can enable GC logging for easier integration with monitoring parsers.