I recently had cause to look at the documentation for the -XX:MaxPermSize
argument to the JVM.
Its documentation says in part:
5.0 and newer: 64 bit VMs are scaled 30% larger
Does this mean that MaxPermSize
is obsolete for Java 1.5 and later virtual machines? Or, as I suspect, does this scaling information simply describe what happens up to the max?
(Actually, come to think of it, 30% of what?)