
Java Memory: PermGen vs MetaSpace
The Java Virtual Machines manages memory. PermGen is part of the non-heap memory. From Java 8, PermGen was replaced by a new memory area called MetaSpace. Lewis explains the difference, and reminds developers to monitor memory usage.