liuyuehua 发表于 2018-12-3 08:59:24

Tomcat 内存调优

  When your web application is using large memory as this memory>  Windows平台:
  For catalina.bat there now should be a line in the file that looks like this:
  set JAVA_OPTS=-Xms256m -Xmx256m
  Linux/Unix平台:
  For catalina.sh:
  JAVA_OPTS='-Xms256m -Xmx256m'

页: [1]
查看完整版本: Tomcat 内存调优