Error while starting Jboss server: Exception in thread "pool-6-thread-5" java.lang.OutOfMemoryError: PermGen space

Error while starting Jboss server: Exception in thread "pool-6-thread-5" java.lang.OutOfMemoryError: PermGen space

JBoss AS 6.x 每当我尝试启动它时都会因以下错误而崩溃。

错误:

2015-12-03 16:14:18,447 ERROR [STDERR] (RMI TCP Connection(idle)) Exception in thread "RMI TCP Connection(idle)" Exception in thread "RMI TCP Connection(idle)" Exception in thread "pool-6-thread-2" java.lang.OutOfMemoryError: PermGen space

2015-12-03 16:14:31,149 ERROR [STDERR] (pool-6-thread-2) Exception in thread "pool-6-thread-4" Exception in thread "pool-6-thread-3" java.lang.OutOfMemoryError: PermGen space

2015-12-03 16:14:36,308 ERROR [STDERR] (RMI TCP Connection(idle)) java.lang.OutOfMemoryError: PermGen space

2015-12-03 16:14:53,939 ERROR [STDERR] (pool-6-thread-3) java.lang.OutOfMemoryError: PermGen space

2015-12-03 16:14:53,939 ERROR [STDERR] (pool-6-thread-4) java.lang.OutOfMemoryError: PermGen space

2015-12-03 16:16:01,500 WARN [org.jboss.detailed.classloader.ClassLoaderManager] (pool-12-thread-2) Unexpected error during load of:org.jboss.ejb.AllowedOperationsAssociation: java.lang.OutOfMemoryError: PermGen space

2015-12-03 16:17:49,465 ERROR [STDERR] (pool-6-thread-5) Exception in thread "pool-6-thread-5" java.lang.OutOfMemoryError: PermGen space

2015-12-03 16:17:53,442 ERROR [STDERR] (pool-6-thread-6) Exception in thread "pool-6-thread-6" java.lang.OutOfMemoryError: PermGen space

启动时添加此 VM 参数 JBoss :

-XX:+HeapDumpOnOutOfMemoryError

这将在 JBoss 遇到 OutOfMemoryError 时生成一个 hprof 文件。

可以使用 Eclipse MAT 等工具分析此文件,并告诉您哪些对象使用更多内存。