我有 4G 内存(64 位)。目前,我在 Eclipse IDE(JUNO) 中使用默认内存设置。当我在上面部署应用程序时JBoss 7.1
出现Out Of Memory
错误。我想知道memory ratio
和?比方说,如果我将堆内存设置为 1G 内存,那么 permgen 内存将为 512M,仅举个例子。如果是这样,permgen 将是堆内存的 50%。你能为他们提供内存分配的方式吗?heap memory
permgen memory
目前eclipse.ini
-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20120522-1813
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
512M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
512m
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Dhelp.lucene.tokenizer=standard
-Xms128m
-Xmx1024m
原因 :
Caused by: java.lang.OutOfMemoryError: Java heap space