-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Component/s: Pipelines - Run Failures
-
None
-
1
-
Severity 2 - Major
-
182
Issue Summary
This is an intermittent issue for Bitbucket Pipelines where builds will fail with the following error message on dotnet builds:
System.IO.IOException : The configured user limit (128) on the number of inotify instances has been reached, or the per-process limit on the number of open file descriptors has been reached.
The same issue doesn't happen locally.
Steps to Reproduce
No steps to reproduce, this is intermittent
Expected Results
Dotnet builds will have the same results as a local run.
Actual Results
Dotnet builds are intermittently failing due to the number of inotify instances limit being 128.
Workaround
Re-run the build, as this is intermittent.