Skip to content
This repository has been archived by the owner on Dec 14, 2017. It is now read-only.

Custom JVM Options

Raynes edited this page Jun 16, 2011 · 1 revision

If you need custom command-line options for your JVMs, you can use the JAVA_OPTS environment variable for the JVM. You can also specify options for an individual project by adding the Java property jvm.opts to .cake/config. For example:

jvm.opts = -Xms1024M -Xmx2048M -Dfoo=bar