Saturday 11 August 2012

JVM Performance Tuning

while(iAmNotSatisfied){  
   size = defineMinMaxHeapSize();
   ratios =  tuneGenerationRatios();
   alg = selectAppropriateGcAlgorithm();
   testApplication(size, ratios, alg);
   iAmNotSatisfied = analyzeStatistics();
}
More details later...;)

References:
From Vladislav Gangan Software as Craft presentation
Books:
Java Performance Tuning (2nd Edition)
Pro Java EE 5 Performance Management and Optimization
Java Performance

Java HotSpot VM Options


3 comments:

  1. This looks suspiciously familiar. Oh right, it's one of my slides from the talk I gave at the Software as Craft conference back in May 2012 :). Hope you enjoyed it.

    ReplyDelete
    Replies
    1. Yes Vladislav it's was great presentation, I think you are not against?) I wanted to mention you, but forget your full name

      Delete
    2. Not at all - no worries.

      Delete