-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Storage
-
Fully Compatible
-
Windows
Currently, stdio has a limit of 512 open files. It appears in HELP-560 that we have hit this limit with the external sorter. We either need to increase the limit or switch to opening the file with CreateFile which has a higher limit.
http://msdn.microsoft.com/en-us/library/6e3b887c%28v=vs.71%29.aspx
- is duplicated by
-
SERVER-16991 errno:24 Too many open files on Windows
- Closed