Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in garbage-collection

Resource garbage collected too early

Java old gen keeps growing - need help interpreting Java GC output

java garbage-collection

Is it better to use multiple SpanObjects or multiple TextViews in Android?

How does the dynamic tenuring threshold adjustment work in HotSpot JVM?

Why does the c# garbage collector not keep trying to free memory until a request can be satisfied?

Is the permanent generation always collected serially on the HotSpot VM?

Saving garbage collection logs into ${yarn.nodemanager.log-dirs}/application_${appid}/container_${contid} for mappers and reducers on Hadoop Yarn

Java CMS Being Ignored And Getting Full GC Instead

java garbage-collection jvm

Custom allocation and Boehm GC

Pinned Instances for GC - Not traceable from my managed code

Is it possible to mark java objects non-collectable from gc perspective to save on gc-sweep time?

java garbage-collection

How to hold 5GB constantly memory in application without suffering from poor performance due to GC?

GC Behavior Inconsistent Between 32-bit and 64-bit Applications

Impact of 'instanceof' in Android Java code

Is there any research on (or better use of) of RAII in GC languages?

When does the perm gen get collected?

GC interruptions and TPL

Reliable method of cleaning up an external resource associated with an Object

java garbage-collection

What can explain the huge performance penalty of writing a reference to a heap location?

Why does peak memory usage increase when there are more elements to loop/apply over?