Versions Compared

Key

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

...

On 64bit Linux or Solaris platforms, or if you're obtaining out-of-memory or PermGen space errors, you may need to expand the memory requirements above further, to 1024M and 256M.768M and 192M. However, if you are using a recent version of Java6 (update 14 or later) with 64bit vm, you can use the UseCompressedOops to save memory. In that case, use:

Code Block

export MAVEN_OPTS="-XX:MaxPermSize=128m -Xmx512M -XX:+UseCompressedOops"

To build CXF simply execute (from within the 'trunk' directory):

...