-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Fixes the file descriptor issue during restore on OSX #818
Conversation
@dotnet-bot Test CentOS7.1 Release Build please |
@@ -24,6 +24,9 @@ header "Checking Pre-Reqs" | |||
|
|||
$REPOROOT/scripts/test/check-prereqs.sh | |||
|
|||
# Increases the file descriptors limit for this bash. It prevents an issue we were hitting during restore | |||
ulimit -n 512 |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
…order to hit a issue when doing restore where we were running out of file descriptors during the build.
030c488
to
9994b6b
Compare
LGTM |
Fixes the file descriptor issue during restore on OSX
I think we need to bump it more, while |
FWIW 1024 seemed enough. |
Ah, I see this is only for the build of CLI. Is there anything we can do for users? I don't want to have to wrap |
@andschwa I think @zhili1208 is fixing "too many open files" during dotnet restore on Mac OS |
Ah, sweet. Thanks @moozzyk! |
update nuget to rtm-2265
Increases the number of file descriptors available to the process in order to hit a issue when doing restore where we were running out of file descriptors during the build.