tomcat堆大小设置

catalina.bat

set CATALINA_OPTS=-Xmx1024M -Xms1024M -XX:+HeapDumpOnOutOfMemoryError -XX:PermSize=256M
@echo off

你可能感兴趣的:(tomcat堆大小设置)