RE: number of files open
- Posted by Bernie Ryan <xotron at localnet.com> May 21, 2002
- 383 views
George Walters wrote: > Does anyone know how many files EU can have open at one time? It seem to > me > to be about 18. I was opening files in a loop and not closing them and > started to get errors at about 18. > I fixed the bug, but would like to know the limit. george: The limit on the number of files open maybe the OS limit. In your config.sys file check the files= statement Try seting it to: FILES=40 Bernie