Set ulimit

This commit is contained in:
Daniel Plaisted 2021-10-29 16:05:17 -07:00
parent 9e8b04bbff
commit e65b786dfd

View file

@ -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