Remove mac limit for open files

This commit is contained in:
John Luo 2016-02-26 15:45:15 -08:00
parent c2d889f35e
commit 3f6bc6d750
1 changed files with 5 additions and 0 deletions

View File

@ -84,5 +84,10 @@ if [ -z "$DOTNET_REFERENCE_ASSEMBLIES_PATH" ]; then
export DOTNET_REFERENCE_ASSEMBLIES_PATH="/usr/lib/mono/xbuild-frameworks"
fi
fi
if [ "$(uname)" == "Darwin" ]; then
ulimit -n 2048
fi
echo "Using Reference Assemblies from: $DOTNET_REFERENCE_ASSEMBLIES_PATH"
mono $sakeFolder/tools/Sake.exe -I $thisDir -f $makeFilePath $targets