Sam
Sam

Reputation: 603

How do I increase the Windows open file open used by _open_osfhandle?

In Windows, how do I increase the open file limit used by _open_osfhandle?

Upvotes: 1

Views: 133

Answers (1)

huysentruitw
huysentruitw

Reputation: 28131

The default is 512, but you can change that using the _setmaxstdio function.

Upvotes: 1

Related Questions