欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

tomcat内存设置设置

程序员文章站 2022-07-13 14:10:51
...
For Windows

If you haven´t installed Tomcat as a service, edit Tomcat's bin/setenv.bat(create it if it does not exist) and set:


set CATALINA_OPTS=%CATALINA_OPTS% -Dorg.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER=true -Dmail.mime.decodeparameters=true -Dfile.encoding=UTF-8 -Xms128m -Xmx512m -XX:MaxPermSize=256m

If Tomcat is installed and running as a service:

1.Right-click Tomcat's system tray icon and select 'Configure' from the resulting popup menu, which opens the 'Apache Tomcat 6 Properties' dialog box:

tomcat内存设置设置
            
    
    博客分类: p.jee服务器p.jira服务器.apachetomcat+apache集群 tomcat 



Now click on the Java tab and enter the following values

Field Value
Java Options (append to the existing value) -Dorg.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER=true
Initial memory pool -128
Maximum memory pool -512



Your configuration should be similar to the screenshot below:

tomcat内存设置设置
            
    
    博客分类: p.jee服务器p.jira服务器.apachetomcat+apache集群 tomcat 


For Linux

Edit Tomcat's bin/setenv.sh (create it if it does not exist) and set:

export CATALINA_OPTS="$CATALINA_OPTS -Dorg.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER=true -Dmail.mime.decodeparameters=true  -Dfile.encoding=UTF-8 -Xms128m -Xmx512m -XX:MaxPermSize=256m"


Eclipse Tomcat

tomcat内存设置设置
            
    
    博客分类: p.jee服务器p.jira服务器.apachetomcat+apache集群 tomcat 
  • tomcat内存设置设置
            
    
    博客分类: p.jee服务器p.jira服务器.apachetomcat+apache集群 tomcat 
  • 大小: 10 KB
  • tomcat内存设置设置
            
    
    博客分类: p.jee服务器p.jira服务器.apachetomcat+apache集群 tomcat 
  • 大小: 40.8 KB
  • tomcat内存设置设置
            
    
    博客分类: p.jee服务器p.jira服务器.apachetomcat+apache集群 tomcat 
  • 大小: 67.4 KB
相关标签: tomcat