Definition
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.
Example Usage
"The GC pause caused a latency spike — we tuned the heap size to reduce the frequency of full garbage collection cycles."