Skip to content

Commit

Permalink
Set ulimit
Browse files Browse the repository at this point in the history
  • Loading branch information
dsplaisted committed Nov 1, 2021
1 parent 9e8b04b commit e65b786
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions run-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ CUSTOM_BUILD_ARGS=
# Set nuget package cache under the repo
[ -z $NUGET_PACKAGES ] && export NUGET_PACKAGES="$REPOROOT/.nuget/packages"

# Set max number of files open, helps avoid errors during NuGet restore
ulimit -n 16384

args=( )

while [[ $# > 0 ]]; do
Expand Down

0 comments on commit e65b786

Please sign in to comment.