Performance issues

There are several performance issues to consider when you run Java™ client applications. The Java Virtual Machine (JVM) allocates a fixed size of stack space for each running thread in an application. You can usually control the amount of space that Java allocates by setting limits on the following sizes: How you set these limits depends on your JVM. Refer to your Java documentation for more information.