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

Increased default memory for alltests

parent aa8ccec3
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
FWDIR=`dirname $0`
if [ "x$SPARK_MEM" == "x" ]; then
export SPARK_MEM=500m
fi
$FWDIR/run org.scalatest.tools.Runner -p $FWDIR/build/classes -o $@
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