Skip to content

Commit

Permalink
Increase permgen for maven in ci build.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias committed Jul 27, 2015
1 parent 3604104 commit 5228f64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions support/bees-ci-build.sh
Expand Up @@ -16,6 +16,8 @@ function mark {
echo
}

export MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=256m"

mark "Starting build script"
java -version
mvn -version
Expand Down

0 comments on commit 5228f64

Please sign in to comment.