Java and Eclipse Plugin Development

Java, Eclipse Plugin Development and best software development practices

Showing posts with label Heap Memory. Show all posts
Showing posts with label Heap Memory. Show all posts
Monday, August 5, 2013

Requesting Garbage Collector(GC) to free up the memory

›
This would be useful, if you are working on memory critical applications and your application/process want to call GC explicitly to acquir...

Write heap dump on OutOfMemoryError in Eclipse

›
Add below parameter to vm arguments of JVM. -XX:+HeapDumpOnOutOfMemoryError This writes heap dump on OutOfMemoryError to your ec...
Thursday, August 1, 2013

Heap Memory Analysis # SHALLOW HEAP

›
HOW MUCH MEMORY DO I NEED  – WHAT IS SHALLOW HEAP? In the first post we pushed a whole lot of complexity away by stating that calculatin...

Heap Memory Analysis # RETAINED HEAP

›
HOW MUCH MEMORY DO I NEED  – WHAT IS RETAINED HEAP? How much memory will I need? This is a question you might have asked yourself (or ot...

Heap Memory Analysis # Shallow heap vs Retained Heap

›
Shallow heap The amount of memory that is consumed by one object. An object requires different amounts of memory depending on the operatin...
›
Home
View web version

About Me

KK
Learn, share and repeat!
View my complete profile
Powered by Blogger.