What should the size of Eden be? Is 128mb sufficient?
What is the difference between a minor and major collection?
In Java memory is managed in generations, which are memory pools for holding objects of different ages.
GC occurs in each generation when it fills up.
Objects are ALLOCATED in Eden, and most objects die there. When Eden fills up, a minor collection occurs, during which some objects move to an older generation. When older objects need to be collected, a major collection occurs (this is often slower since it involves all living objects).
Upgrade Ubuntu When Update Manager Does Not Play Ball
-
*Scenario - Update Manager Does not Play Ball*
"Your Ubuntu release is not supported anymore
You will not get any further security fixes or critical upda...
7 years ago
No comments:
Post a Comment