Increase Tomcat heap size on Windows if Tomcat is not a service
Procedure
- From the Windows desktop, right-click My Computer.
- Select Properties and click the Advanced tab.
- Click the Environment Variables button.
- Under System Variables, click New.
- Set the Variable Name to CATALINA_OPTS.
-
Set the Variable Value to
-Xms1024m -Xmx1024m.
For values to set in this step, see JVM heap size considerations.
- Click OK until the properties settings dialog closes.
