Permanent Heap
Permanent heap memory is where the classes, methods, and similar data are stored. This is controlled by two settings: -XX:MaxPermSize is discussed in Changing the Value of MaxPermSize. The other setting is -XX:PermSize.
What it does
The -XX:PermSize option controls the section of the heap that is reserved for the permanent generation and holds all of the reflective data for the JVM.
Copyright © Cloud Software Group, Inc. All rights reserved.