From 5ee4695d11d12338c0f0b936d16d24194c5761b3 Mon Sep 17 00:00:00 2001 From: Adam Chester Date: Sun, 5 Mar 2017 12:07:14 +1000 Subject: [PATCH] Increase ulimit --- build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.sh b/build.sh index f48816514..faa23c867 100755 --- a/build.sh +++ b/build.sh @@ -5,6 +5,9 @@ install_script_url=https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0/script curl -sSL $install_script_url | bash /dev/stdin --version "$DotnetCliVersion" --install-dir "$DOTNET_INSTALL_DIR" export PATH="$DOTNET_INSTALL_DIR:$PATH" +# See issue https://github.com/NuGet/Home/issues/2163 +ulimit -n 2048 + dotnet --info dotnet restore