Retain count = 1
Interesting Talk:
Interesting talk:
Central Line
TIL about the Central Line (aka
http://en.wikipedia.org/wiki/Central_venous_catheter
Central lines (e.g., for cancer patients)
â Approx. 10% of all central lines have gotten infected
â 10-20% of infected patients have died in some hospital
Learn Something Interesting Today:
JVM: Sizing the Generations
A few parameters:
From
http://www.oracle.com/technetwork/java/gc-tuning-5-138395.html
Note
The proportion of the heap dedicated to the young generation: The bigger the young generation, the less often minor collections occur. However, for a bounded heap size a larger young generation implies a smaller tenured generation, which will increase the frequency of major collections. The optimal choice depends on the lifetime distribution of the objects allocated by the application.