redhat-developer / dotnet-regular-tests

.NET Core tests for .NET Bunny (RHEL & Fedora RPM tests)
MIT License
8 stars 13 forks source link

Add a test to make sure file descriptor limits are correct #270

Closed omajid closed 1 year ago

omajid commented 1 year ago

Some versions of the mono based runtimes (used on ppc64le/s390x) are know to have a bug where the process has a low limit for file descriptors and then exhausts them quickly. It's easy to run into this if you use many nuget sources, for example. More at dotnet/runtime#82428. This was fixed for .NET 8

tmds commented 1 year ago

Next time, can you update the exciting PR based on the feedback instead of creating a new PR?