Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.unix.wizards Subject: Re: Out of descriptors, out of luck? Message-ID: <7193@auspex.auspex.com> Date: 16 Apr 91 01:38:33 GMT References: <195@bria.UUCP> Organization: Auspex Systems, Santa Clara Lines: 9 >Please. This is hardly a wizardly question. Go RTFM on how to configure >and relink your kernel. TFM may say "sorry, you can't do that". Different systems set that table size in different ways; some require source to reconfigure. Other systems may have, say, a "soft" limit of 64 and a "hard" limit of 256, in which case the user should check out GETRLIMIT(2) and see how to raise the soft limit to the hard limit. (If you have RLIMIT_NOFILE, that's the limit to raise; otherwise, you may be stuck.)