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
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
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.
ReplyDeleteYes Vladislav it's was great presentation, I think you are not against?) I wanted to mention you, but forget your full name
DeleteNot at all - no worries.
Delete