Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To build camel maven has to be configured to use more memory

Unix/Linux/Mac
Code Block
setexport MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=512m"
Windows
Code Block

set MAVEN_OPTS=-Xmx1024m -XX:MaxPermSize=512m

A normal build

Code Block
mvn clean install

...