Eye on Performance: Profiling on the Edge
By Jack Shirazi & Kirk Pepperdine2005-04-21
What do you do When Your Tools are Too Fat?
We haven't needed to address the issue of tuning an application's memory footprint for a while. Usually, the tuning requirements we see that are related to memory involve reducing garbage collection overhead, ideally by tuning the heap sizes and garbage collection algorithms, and where that fails, reducing object churn using various techniques. But sometimes an application takes up too much memory, regardless of the efficiency of allocation and garbage collection.
Tutorial pages:
|
First published by IBM developerWorks
|
|||||||||
You might also want to check these out:
|
Leave a Comment on "Eye on Performance: Profiling on the Edge"
You must be logged in to post a comment.
Link to This Tutorial Page!

