Versions Compared

Key

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

...

Info

The SCA build consumes a good amount of memory, in case you are seeing issues during the build, set a MAVEN_OPTS environment variable to allocate more memory for the build process.

Windows : SET MAVEN_OPTS="-Xmx512m -XX:MaxPermSize=384m"
Unix : export MAVEN_OPTS="-Xmx512m -XX:MaxPermSize=384m"

Anchor
IDE
IDE
Importing SCA modules into your Development IDE

...