Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in garbage-collection

Memory allocated to Python is not released back in Linux even after gc.collect()

Git: how to repack all loose commits

Here's a true challenge: why does PHP call shutdown function before sessions are written?

Weak reference with a condition / timeout

debugging node js garbage collection / memory problems with chrome

Running out of band garbage collection with Unicorn + Rack

Android app memory heap keeps growing

Young garbage collection longer pause with java 7 vs java 6

Is there any way to have Cassandra safely remove tombstones *before* gc_grace_seconds have elapsed?

Retained Heap size is more while using jackson ObjectMapper

OutOfMemoryError on native heap when upgrading from java 6 to java 7

Understanding gc.get_referrers

Why isn't WeakReference a struct?

Does zip.NewReader(bytes.NewReader(), len) need to be closed or garbage collected automatically?

go garbage-collection

Cost to GC of using weak references in C#?

What does dotTrace Performance Profiler mean by [Garbage collection]?

Is it possible for an Activity to get Garbage Collected and not a child Fragment?

Garbage collection in Perl threads

Weak references and `OutOfMemoryError`s

Does the .NET Garbage Collector's stop-the-world effect halt or delay the execution of unmanaged threads and timer callbacks?