New posts in garbage-collection

How to prevent an object from getting garbage collected?

Symfony calls the PHP garbage collector on Ubuntu 14.04 even when session.gc_probability is set to 0

Explanation of Azul's "pauseless" garbage collector

How to read a verbose:GC output?

How can I find memory leaks in long-running Perl program?

Why there is performance degradation after ~6 hours of Java 9 G1 work without the actual increase in load?

Cost of using weak references in Java

Whole team gets 'too many unreachable loose objects' messages

Setting -XX:+DisableExplicitGC in production: what could go wrong?

What are GC roots for classes?

How does the Garbage-First Garbage Collector work?

Do static members ever get garbage collected?

Any way to workaround WPF's calling of GC.Collect(2) aside from reflection?

jQuery memory leak patterns and causes

Why don't purely functional languages use reference counting?

Allocations in new TLAB vs allocations outside TLAB

git gc error: failed to run repack message

How to implement Garbage Collection in Numpy

Is the garbage collector guaranteed to run before Out of Memory Error?

How to gain control of a 5GB heap in Haskell?