Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in garbage-collection

What's the Java equivalent of .net's GC.KeepAlive?

When does the garbage collector run when calling Haskell exports from C?

How to find non-destroyed but GC'ed Javascript objects in Chrome?

What's the state of a weak reference that has been manually enqueued?

C# not releasing memory after task complete

Thread as a GC root

Application UI freezes with GC messages

How does the .NET runtime move memory?

Is setting session.gc_probability and session.gc_divisor equal to 100% a bad idea?

When is a Full GC triggered?

C#, Why is the GC running several times per second? [closed]

c# .net garbage-collection

How can I lower the weak ref processing time during GC?

Why does reusing arrays increase performance so significantly in c#?

The various options for solving PermGen problems

In which case does a java garbage collection of the young generation last long?

java garbage-collection

Poor performance with large Java lists

How much time should be spent doing garbage collection

java garbage-collection

Why does restricting GC to 1 thread increase performance?

When using "yield" why does compiler-generated type implement both IEnumerable and IEnumerator

How to debug .net Garbage Collection?