JBoss EAP 6.3错误::VM初始化期间发生错误。无法为对象堆保留足够的空间

JBoss EAP 6.3错误::VM初始化期间发生错误。无法为对象堆保留足够的空间,jboss,java-8,eclipse-luna,jboss-eap-6,Jboss,Java 8,Eclipse Luna,Jboss Eap 6,我在32位Windows7机器上使用Java8(32位)。机器上的RAM为3GB 每当我试图在Eclipse Luna中启动JBoss EAP 6.3服务器时,它都会给出以下错误: Java HotSpot(TM) Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 Error occurred during initialization of VM Could not reserve e

我在32位Windows7机器上使用Java8(32位)。机器上的RAM为3GB

每当我试图在Eclipse Luna中启动JBoss EAP 6.3服务器时,它都会给出以下错误:

Java HotSpot(TM) Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Error occurred during initialization of VM
Could not reserve enough space for 1048576KB object heap
我对位于“jboss-eap-6.3\domain\configuration”路径中的host.xml文件中的以下代码进行了注释


但还是给了我同样的错误


我还发现,Java8中删除了永久生成,取而代之的是元空间。如何对此进行更改?如何克服这个问题?

Jboss EAP 6.3不支持Java 8,因此即使您可以在Java 8上运行它,也可能导致许多问题。

参见
<permgen size="256m" max-size="256m"/>