Paul Rogers created DRILL-4738:
----------------------------------
Summary: "Compiling Drill from Source" doc changes
Key: DRILL-4738
URL: https://issues.apache.org/jira/browse/DRILL-4738
Project: Apache Drill
Issue Type: Improvement
Components: Documentation
Affects Versions: 1.6.0
Reporter: Paul Rogers
Priority: Minor
In, “2. Compile the code”, before the “mvn clean …”, add:
export MAVEN_OPTS="-Xms256m -Xmx512m -XX:MaxPermSize=256m"
The code will not compile with the default JVM options, instead, you’ll get an
Out of Memory message.
I personally encountered this. A new Drill developer fought with this issue.
Might as well document the issue to save others from the same hassles.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)