Java and Eclipse Plugin Development
Java, Eclipse Plugin Development and best software development practices
Showing posts with label
permgen
.
Show all posts
Showing posts with label
permgen
.
Show all posts
Thursday, January 9, 2014
java.lang.OutOfMemoryError: PermGen space with eclipse
›
By default, Eclipse comes with below PermGen configuration in eclipse.ini file. --launcher.XXMaxPermSize 256m But this is not working w...
Friday, October 18, 2013
Java VM PermGen space
›
The Java VM memory is split up to 3 memory spaces: The Java Heap . Applicable for all JVM vendors, usually split between YoungGen (nu...
JVM: Permgen is a non-heap
›
In Oracle's JVM, the permanent generation is not part of the heap. It's a separate space for class definitions and related data....
›
Home
View web version