# gc

Trigger V8 garbage collection every interval seconds and emit an event with the duration of each collection. Requires running with the --expose-gc flag, which is not currently supported by Deno.

# Config

Optional:

  • interval: Interval in seconds between garbage collections (default: 60)

# Example

pipeline:
  gc:
    config:
      interval: 120