Tomcat runs in the form of a windows Service. The solution to the error occurs. tomcat has an error.

Source: Internet
Author: User

Tomcat runs in the form of a windows Service. The solution to the error occurs. tomcat has an error.

You have configured large memory in catalina. bat:

Set CATALINA_OPTS =-Xms512M-Xmx728Mset JAVA_OPTS =-Xms512M-Xmx728M

In actual measurement, the memory in startup. bat will be set properly according to our configuration, but it will not work if it is started through the windows service.

2 Analysis

Windows Services should obtain memory setting parameters from other configuration items.
Run-regedit-enter the Registry-find the corresponding service in Apache Software Foundation, and click Parameter-Java. On the right side, you will see the configuration of JvmMs and JvmMx:

Tomcat, which was originally used as a windows Service, was set by the memory parameters read from the registry ~

2. Solution

Increase the configuration of JvmMs and JvmMx.

Pay attention to the base number on the right when you modify it. It is more convenient to use the "decimal" base we are used to modify the value ~

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.