How to Increase Tomcat’s Memory Allocation
If you are experiencing performance issues with Tomcat, a common cause is the lack of JVM (Java Virtual Machine) memory allocation. The default setting of the maximum heap size is 64MB or 128MB. You can increase the maximum heap size of applications by setting the -Xmx JVM parameter. For example, -Xmx512m allows maximum 512MB heap to […]
Continue reading