tomcat 系统服务 outofmemory

TOMCAT内存溢出outofmemory的问题:

http://hi.baidu.com/mefeng47/item/3b247af74ce4e24e922af2e5

注:双击tomcat6w.exe打开tomcat monitor

1.OutOfMemoryError: Java heap space 堆溢出

VM参数:-Xms256m -Xmx512m

2.OutOfMemoryError: PermGen space 永久保存区域溢出

VM参数:-XX:PermSize=128M -XX:MaxPermSize=256M

3.OutOfMemoryError: unable to create new native thread. 无法创建新的线程

http://hi.baidu.com/jeschou/item/784dce08fc6b43d8dce5b051 

tomcat注册成服务:管理员身份运行cmd  cd到CATALINA目录下的bin下,执行service.bat install 服务名 

原文地址:https://www.cnblogs.com/anyhow/p/3480670.html