Set ulimit
This commit is contained in:
parent
fbf342ea55
commit
dc4a666b21
1 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,9 @@ CUSTOM_BUILD_ARGS=
|
||||||
# Set nuget package cache under the repo
|
# Set nuget package cache under the repo
|
||||||
[ -z $NUGET_PACKAGES ] && export NUGET_PACKAGES="$REPOROOT/.nuget/packages"
|
[ -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=( )
|
args=( )
|
||||||
|
|
||||||
while [[ $# > 0 ]]; do
|
while [[ $# > 0 ]]; do
|
||||||
|
|
Loading…
Reference in a new issue