#
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.
While not officially deprecated, this plugin has not been needed in production and has become problematic to support with Deno.
#
Config
Optional:
interval: Interval in seconds between garbage collections (default: 60)
#
Example
pipeline:
gc:
config:
interval: 120