Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: add section "Known Build Issues"

...

  • Post the review link into the Jira
  • Write Notes into the Jira, regarding your work

Known Build Issues

Code Block
Exception in thread "MainThread" java.lang.OutOfMemoryError: PermGen space

Maven2 Issue, start your build with:

Code Block
MAVEN_OPTS="-Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m" mvn package -DskipTests

Jira: FlUME-1256

Thank you for contributing Flume!