GitHub user rxin opened a pull request: https://github.com/apache/spark/pull/103
Allow sbt to use more than 1G of heap. There was a mistake in sbt build file ( introduced by 012bd5fbc97dc40bb61e0e2b9cc97ed0083f37f6 ) in which we set the default to 2048 and the immediately reset it to 1024. Without this, building Spark can run out of permgen space on my machine. You can merge this pull request into a Git repository by running: $ git pull https://github.com/rxin/spark sbt Alternatively you can review and apply these changes as the patch at: https://github.com/apache/spark/pull/103.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 #103 ---- commit 8829c34517f4959e6899125747ac6160bd2c46a6 Author: Reynold Xin <r...@apache.org> Date: 2014-03-08T06:46:11Z Allow sbt to use more than 1G of heap. ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---