我得到了这个java.lang.OutOfMemoryError: PermGen space异常。我正在使用Eclipse和Tomcat7.0。此异常在控制台中每10-15分钟至少发生一次。org.springframework.beans.factory.support.DefaultListableBeanFactory destroyBean
SEVERE: Destroy method on bean with name 'mvcUrlPathHelper' threw an exceptio
当我在weblogic服务器上部署我的grails应用程序war时(我正在使用Quartz调度),当我在weblogic上部署它时,我得到permgen space错误。该应用程序在IDE或tomcat部署的WAR中运行良好。错误是:Exception in thread "QuartzSchedule
我们曾尝试在Cpanel服务器上部署多个tomcat应用程序,但我们经常会遇到内存问题。当我们运行单个tomcat应用程序时,它工作得很好,没有任何问题,但当运行两个应用程序时,这会导致%CPU增加到250以上,并且两个应用程序都会卡住。有人能在这方面帮助我们吗?请查看下面日志中显示的错误。: PermGen space
Exception in thread "http-bio-80-exec-1206" java.lang.OutOfMemoryError: <
我有tomcat 7.0.47,grails 2.3.7 and 2 in RichFaces 4.3.4 in windows 2003服务器(2Gb RAM)中的一个项目。如果我在tomcat中加载了其中的两个,它们可以工作,但是如果我加载它们(3),我会看到permgen outofmemory error。我试过改变MaxPermSize in tomcat,但没有得到结果。grails项目很大。我可以通过项目来优化PermGet内存的使用吗?