GitHub user mateiz opened a pull request:
https://github.com/apache/spark/pull/823
SPARK-1879. Increase MaxPermSize since some of our builds have many classes
See https://issues.apache.org/jira/browse/SPARK-1879 -- builds with Hadoop2
and Hive ran out of PermGen space in spark-shell, when those things added up
with the Scala compiler.
Note that users can still override it by setting their own Java options
with this change. Their options will come later in the command string than the
-XX:MaxPermSize=128m.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mateiz/spark spark-1879
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/823.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #823
----
commit 6bc0ee8b898c4ea2cc4996594886d4f59907b345
Author: Matei Zaharia <[email protected]>
Date: 2014-05-19T07:31:44Z
Increase MaxPermSize to 128m since some of our builds have lots of classes
Note that users can still override it by setting their own Java options.
Their options will come later in the command string.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---