Skip to content
Snippets Groups Projects
Commit 5d8a71c4 authored by Matei Zaharia's avatar Matei Zaharia
Browse files

Merge pull request #570 from jey/increase-codecache-size

Increase ReservedCodeCacheSize for sbt
parents a64c1074 6bfe4bf3
No related branches found
No related tags found
No related merge requests found
......@@ -5,4 +5,4 @@ if [ "$MESOS_HOME" != "" ]; then
fi
export SPARK_HOME=$(cd "$(dirname $0)/.."; pwd)
export SPARK_TESTING=1 # To put test classes on classpath
java -Xmx1200M -XX:MaxPermSize=250m $EXTRA_ARGS -jar $SPARK_HOME/sbt/sbt-launch-*.jar "$@"
java -Xmx1200m -XX:MaxPermSize=250m -XX:ReservedCodeCacheSize=128m $EXTRA_ARGS -jar $SPARK_HOME/sbt/sbt-launch-*.jar "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment