Frequently Asked Questions
How can I change the JVM memory size?
Windows:
- Open the file
/deployment/jboss/bin/service.batin a text editor. - Go to line 66 and enter the desired memory size for the
Xmxoption, e.g.-Xmx2048M(default) or-Xmx3G.
- Open the file
/deployment/launcher/osx/start.shin a text editor. - Go to line 12 and enter the desired memory size for the
Xmxoption, e.g.-Xmx2048M(default) or-Xmx3G.
- Open the file
/config/tarmac.confin a text editor. - Go to line 24 and enter the desired memory size for the
JAVA_XMXvariable, e.g.JAVA_XMX=2G(desired) orJAVA_XMX=4096M.
Please note that you need to apply this change after each TARMAC update and reinstallation.
