Garbage collection

noun phrase

An automatic memory management process that identifies and frees memory that is no longer used by a program. Abbreviated as GC. Java, Python, and Go all use garbage collection.

"The GC pause caused a latency spike — we tuned the heap size to reduce the frequency of full garbage collection cycles."