Reputation: 603
In Windows, how do I increase the open file limit used by _open_osfhandle?
_open_osfhandle
Upvotes: 1
Views: 133
Reputation: 28131
The default is 512, but you can change that using the _setmaxstdio function.