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

Increased SBT mem to 700 MB so that unit tests run more nicely

parent 99f3f23e
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
java -Xmx512M -jar `dirname $0`/sbt-launch-*.jar "$@"
java -Xmx700M -jar `dirname $0`/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