Skip to content

Commit

Permalink
Increase ulimit
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchester committed Mar 5, 2017
1 parent a825eff commit 5ee4695
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5ee4695

Please sign in to comment.