月度归档:2016 年三月

tomcat7.0 java内存配置



1.在catalina.bat的第一行增加:
在catalina.sh的第一行增加:

set JAVA_OPTS=-Xms1024m -Xmx1024m -Xss1024K -XX:PermSize=64m -XX:MaxPermSize=128m

参数详解

-Xms JVM[......]

Read more

TOMCAT起步内存溢出问题Exception in thread “”http-bio-8080″-exec-6&



TOMCAT起步内存溢出问题Exception in thread ”"http-bio-8080″-exec-6&现象如下:
  Tomcat7启动后,后台抛出如下异常,前台一直无法登陆
  Exception in thread “”http-bio-8080″-exec-6″ ja[......]

Read more