Java Performance Tuning

Java(TM) - see bottom of page

|home |services |training |newsletter |tuning tips |tool reports |articles |resources |about us |site map |contact us |
Tools: | GC log analysers| Multi-tenancy tools| Books| SizeOf| Thread analysers| Heap dump analysers|

Our valued sponsors who help make this site possible
JProfiler: Get rid of your performance problems and memory leaks! 

Training online: Concurrency, Threading, GC, Advanced Java and more ... 

News November 2012

JProfiler
Get rid of your performance problems and memory leaks!

Modern Garbage Collection Tuning
Shows tuning flow chart for GC tuning


Java Performance Training Courses
COURSES AVAILABLE NOW. We can provide training courses to handle all your Java performance needs

Java Performance Tuning, 2nd ed
The classic and most comprehensive book on tuning Java

Java Performance Tuning Newsletter
Your source of Java performance news. Subscribe now!
Enter email:


Training online
Threading Essentials course


JProfiler
Get rid of your performance problems and memory leaks!


Back to newsletter 144 contents

A few months ago I discussed initial and maximum heaps sizes, feeding back to you the aggregate responses I got from you on the subject. Interestingly, in one of this month's referenced articles about tuning WebSphere Application Server (see the articles below), IBM's own performance experts state clearly that for IBM JVMs the initial and max values should be the same for optimal performance - which is also what I said in that previous newsletter based on your feedback. Bear in mind that this advice is specific to the IBM JVM, and should not be generalised to other JVMs - each is different, and even within one JVM the garbage collector used can affect the validity of this choice. The Oracle JVM did not appear to show optimal performance when initial equals max.

A note from this newsletter's sponsor

ManageEngine: Application Performance Management for Java EE Apps.
Monitor App Servers: JBoss, WebSphere, WebLogic, JVMs and JMX Apps.
*** Monitor up to 25 App Servers, Databases & Servers at $795/Yr***.

The example IBM application tested showed a huge difference in performance from setting initial to max - from 8% of the time being spent in GC down to 2%. That's extraordinary. Though I always temper my response to large gains like this by remembering what my first boss said to me when I reported a 50-fold improvement in performance after a change: "wow, I didn't realise the peformance was THAT bad before!".

Now I'm going to do something I almost never do: mention a commercial tool here in the editorial section for no reason other than that it looks particularly interesting. But it is free even when used in prod, so I think it's reasonable. The tool? Nastel's new AutoPilot Heap Detective. A free tool that helps you analyse your JVM memory with no overhead except when (infrequently) used, sounds almost too good to be true - unexpected memory issues in production is one of the more painful things to happen, and the easier, quicker and earlier you can diagnose these types of problems, the better. Have a look at the tools section below if you want more details on their tool.

Now on to all our usual links to Java performance tools, news, articles and, as ever, all the extracted tips from all of this month's referenced articles.

A note from this newsletter's sponsor

New Relic - Try New Relic today and get your free Data Nerd shirt!
Free SaaS APM tool to monitor, troubleshoot, and tune apps
running on Websphere, Weblogic, Tomcat, Jetty, JBoss, Solr, Resin

News

Java performance tuning related news.

Tools

Java performance tuning related tools.

A note from this newsletter's sponsor

Free Java Performance Tool - From AppDynamics
Fight fires in production with less than 2% overhead.
Gain complete visibility into your java app. Free Download!

Articles

Jack Shirazi


Back to newsletter 144 contents


Last Updated: 2024-11-29
Copyright © 2000-2024 Fasterj.com. All Rights Reserved.
All trademarks and registered trademarks appearing on JavaPerformanceTuning.com are the property of their respective owners.
Java is a trademark or registered trademark of Oracle Corporation in the United States and other countries. JavaPerformanceTuning.com is not connected to Oracle Corporation and is not sponsored by Oracle Corporation.
URL: http://www.JavaPerformanceTuning.com/news/news144.shtml
RSS Feed: http://www.JavaPerformanceTuning.com/newsletters.rss
Trouble with this page? Please contact us