现象如下:
Tomcat7启动后,后台抛出如下异常,前台一直无法登陆
Exception in thread ““http-bio-8080”-exec-6” java.lang.OutOfMemoryError: PermGen space
Exception in thread ““http-bio-8080”-exec-9” java.lang.OutOfMemoryError: PermGen space
Exception in thread “schedulerFactory_Worker-3” java.lang.OutOfMemoryError: PermGen space
Exception in thread ““http-bio-8080”-exec-2” java.lang.OutOfMemoryError: PermGen space
Exception in thread “Timer-0” java.lang.OutOfMemoryError: PermGen space
解决方案:
给tomcat指定的jdk加大启动的内存参数
-Xms128m -Xmx512m -XX:PermSize=128m -XX:MaxPermSize=128m
图示如下:
MyEclipse软件中的菜单,windows—preference----tomcat
TOMCAT起步内存溢出问题Exception in thread ""http-bio-8080"-exec-6&

相关文章:

  • 2021-04-11
  • 2021-05-09
  • 2021-11-07
  • 2021-05-02
  • 2021-07-27
猜你喜欢
  • 2021-12-16
  • 2021-09-24
  • 2021-06-08
  • 2021-08-03
  • 2021-10-13
  • 2021-05-18
  • 2021-06-23
相关资源
相似解决方案