People have always asked me how to gain basic understanding of the JAVA memory management and at second level how to do the sizing. I am not going to cover the sizing part of it , however the objective of this post is to give you a starting point.
I am assuming you have basic knowledge of what are objects and how heap works in java. To understand the basics the starting point should be reading the whitepaper by Sun - here
will continue this post.
I am assuming you have basic knowledge of what are objects and how heap works in java. To understand the basics the starting point should be reading the whitepaper by Sun - here
will continue this post.