Sun’s Java HotSpot technology is available in a Client Virtual Machine (VM) and a Server VM. The default Client implementation can be considerably slower than the Server implementation, so ATG recommends using the Server JVM.

To access the Server JVM, use the -server switch as the first option in the java command.

Note: HP’s JVMs, which use HotSpot technology, use the Server VM by default, so it is not necessary to use the -server switch with an HP JVM.

 
loading table of contents...