java.lang.OutOfMemoryError: PermGen space及其解决方法 -- eclipse下的tomcat内存设置大小

PermGen space的全称是Permanent Generation space,是指内存的永久保存区域OutOfMemoryError: PermGen space从表面上看就是内存益出,解决方法也必定是加大内存。说说为何会内存益出:这一部分用于存放Class和Meta的信息,Class在被 Load的时候被放入PermGen space区域,它和和存放Instance的Heap区域不一样
相关文章
相关标签/搜索