Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NuGet exhausted sockets #6767

Open
wli3 opened this issue Apr 3, 2018 · 3 comments
Open

NuGet exhausted sockets #6767

wli3 opened this issue Apr 3, 2018 · 3 comments
Labels
Priority:3 Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog. Status:Excluded from icebox cleanup Status:Inactive Icebox issues not updated for a specific long time

Comments

@wli3
Copy link

wli3 commented Apr 3, 2018

NuGet had this problem with mac #2004 and now it is happening for RHEL7.2 and CentOS7.1

This is blocking CLI check in for 2.1.3xx

Issue on CLI and investigation https://github.com/dotnet/cli/issues/8972

@wli3
Copy link
Author

wli3 commented Apr 3, 2018

Did nuget keep creating httpclient? A new httpclient instance will hold socket.

@wli3
Copy link
Author

wli3 commented Apr 3, 2018

@wli3
Copy link
Author

wli3 commented Apr 3, 2018

The issue is mitigated by change ulimit on CI. I can confirm this is the problem. But we need to fix the root cause. Ideally there should not be more sockets used than the entry count of nuget config. The limit of 4096 should be enough.

@ghost ghost added the Status:Inactive Icebox issues not updated for a specific long time label Sep 1, 2022
@jeffkl jeffkl added Priority:3 Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog. and removed Pipeline:Icebox labels Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority:3 Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog. Status:Excluded from icebox cleanup Status:Inactive Icebox issues not updated for a specific long time
Projects
None yet
Development

No branches or pull requests

4 participants