Componize recommends default minimum values for your JVM settings.
The default recommended JVM settings are as follows:
-Xms1g -Xmx4g -Djavax.xml.xpath.XPathFactory:http://java.sun.com/jaxp/xpath/dom=org.apache.xpath.jaxp.XPathFactoryImpl
- -Xms1g
- Initial size of the memory allocation pool
- -Xmx4g
- Maximum size of the memory allocation pool
- -Djavax.xml.xpath.XPathFactory:http://java.sun.com/jaxp/xpath/dom=org.apache.xpath.jaxp.XPathFactoryImpl
- To use the Apache Xalan XPathFactory implementation
Note: This option is required for
Tomcat 8 and greater.