Permanent Memory Garbage Collected?
I am debugging an issue where the permanent generation is expanding larger than the default size of 64 MB. I have increased the size of the permanent generation using -XX:MaxPermSize, but I am concerned that the size has grown so large to begin with. I have monitored the logs using -Xloggc, and it doesn't appear the permanent generation ever reduces in size. Can anyone give a detailed explanation of what is stored in the permanent generation and tell me if that generation size should be reduced during garbage collection? Thanks,
TJ

