Runs System.gc() on all nodes in topology.
Runs System.gc() on all nodes in topology.
<ex>gc</ex>
Runs System.gc() on all nodes in topology.
Runs System.gc() on specified node or on all nodes in topology.
Runs System.gc() on specified node or on all nodes in topology.
<ex>gc "-id8=12345678"</ex>
Runs System.gc() on specified node.
<ex>gc "-id8=12345678 -c"</ex> Runs garbage collector and DGC procedure on all caches.
Overview
Contains Visor command
gcimplementation.Help
Specification
gc gc "{-id8=|-id=} {-c}" Arguments
-id8=<node-id8> ID8 of the node. Note that either '-id8' or '-id' can be specified. -id=<node-id> ID of the node. Note that either '-id8' or '-id' can be specified. -c Run DGC procedure on all caches.Examples