Skip to content

Files

Latest commit

 

History

History
13 lines (7 loc) · 375 Bytes

call-to-gc.md

File metadata and controls

13 lines (7 loc) · 375 Bytes

Pattern: Explicit call to garbage collector

Issue: -

Description

Explicitly invoking the garbage collector is, except for specific uses in benchmarking, very dubious.

The garbage collector can be configured through environment variables as described here.

Further Reading