25.4. Tuning the JVM

For Java-based applications, it is recommended to also be familiar with tuning of your Java Virtual Machine (JVM). Some key aspects of your JVM that need tweaking include managing out-of-memory exceptions, Java heap settings and garbage collection. Please refer to the JDK 6 documentation on http://java.sun.com/j2se/1.6.0/docs/ for further information.