Re: File Descriptors & Linux 2.0

David Schwartz (davids@wiznet.net)
Tue, 25 Jun 1996 20:34:54 -0400 (EDT)


Could someone who knows please post exactly what affect changing
NR_OPEN and NR_FILE does? And is there any way to get Linux 2.0.0 to
allow more than 256 fd's per process?

It used to be that under 1.3.65 through about 1.3.78 you could go
up to 1024 fd's per process by chaning NR_OPEN, NR_FILE, FD_SETSIZE, and
a few other little things. That doesn't seem to work on 2.0.0.

DS