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]