Subject: default maximum number of open file descriptors too small?
To: None <tech-kern@NetBSD.ORG>
From: Perry E. Metzger <perry@piermont.com>
List: tech-kern
Date: 11/26/1995 19:29:41
I've noticed that by default, the maximum number of open file
descriptors per process (set in sys/syslimits.h) is only 64. Many
other operating systems set the default limit much higher -- at 256 in
SunOS, for instance (and even reportedly 1024 in Solaris). Should this
be changed? Its a bit of a hardship for big event driven programs and
similar things...

Perry