Collect Garbage

Collect Garbage

The collect garbage action is a very simple action to force the JVM to perform a full gc.

If -XX:+DisableExplicitGC is set in your server launch arguments, this will have no effect.

This action can cause serious freezes and can even lock the server until it "stops responding". Use this with extreme care.

Usage

/re act collect-garbage

Aliases

collect-garbage

gc

Last updated