Hacker News new | ask | show | jobs
by drkstr 3384 days ago
Yes, it's called "perm gen cache," or something like that, on any standard JVM profile. This roughly represents the memory used by the type system. It can get pretty high if you are doing something like auto-generating types (GUI, build systems, etc)
1 comments

perm gen disappeared on java 8 and i think the high memory demand for perm-gen was one of the reasons.