[
https://issues.apache.org/jira/browse/DRILL-1358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aditya Kishore updated DRILL-1358:
----------------------------------
Component/s: (was: Tools, Build & Test)
Documentation
It turns out that the launcher JVM is the one which runs out of perm gen space.
To fix this, please run the maven command as follows
{code}
MAVEN_OPTS=-XX:MaxPermSize=512m mvn install -DskipTests -Papache-release
-Dmaven.javadoc.skip=true
{code}
> Apache release build failing with "java.lang.OutOfMemoryError: PermGen space"
> -----------------------------------------------------------------------------
>
> Key: DRILL-1358
> URL: https://issues.apache.org/jira/browse/DRILL-1358
> Project: Apache Drill
> Issue Type: Bug
> Components: Documentation
> Affects Versions: 0.5.0
> Reporter: Aditya Kishore
> Assignee: Aditya Kishore
> Priority: Blocker
>
> In preparation for 0.5 release, I tried running the build with Apache release
> profile {{mvn install -DskipTests -Papache-release}}, however the build
> failed with {{java.lang.OutOfMemoryError: PermGen space}} error while
> building {{jdbc-all}} project.
--
This message was sent by Atlassian JIRA
(v6.2#6252)