Skip to content

Commit

Permalink
Adjust command line arguments to make my pom.xml the
Browse files Browse the repository at this point in the history
same as spark master again.
  • Loading branch information
Robert Dodier committed Oct 5, 2015
1 parent 4281f55 commit 6cf1e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1889,7 +1889,7 @@
<include>**/*Suite.java</include>
</includes>
<reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory>
<argLine>-Xmx3g -XX:MaxPermSize=${MaxPermGen} -XX:ReservedCodeCacheSize=512m</argLine>
<argLine>-Xmx3g -Xss4096k -XX:MaxPermSize=${MaxPermGen} -XX:ReservedCodeCacheSize=512m</argLine>
<environmentVariables>
<!--
Setting SPARK_DIST_CLASSPATH is a simple way to make sure any child processes
Expand Down

0 comments on commit 6cf1e2c

Please sign in to comment.