home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / unix / wizards / 5667 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  1.0 KB

  1. Path: sparky!uunet!math.fu-berlin.de!uni-paderborn.de!urmel.informatik.rwth-aachen.de!gmd.de!newsserver.jvnc.net!rutgers!igor.rutgers.edu!paul.rutgers.edu!nguyend
  2. From: nguyend@paul.rutgers.edu (Duc Nguyen)
  3. Newsgroups: comp.unix.wizards
  4. Subject: Increase file descriptor size
  5. Keywords: file descriptor
  6. Message-ID: <Jan.27.14.45.43.1993.2392@paul.rutgers.edu>
  7. Date: 27 Jan 93 19:45:43 GMT
  8. Organization: Rutgers Univ., New Brunswick, N.J.
  9. Lines: 13
  10.  
  11.  
  12. Hi,
  13. I've been trying to increase the number of open file descriptors
  14. per process and failing miserably. The call setrlimit() suppose
  15. to set the soft and hard limit. The default is 64 for the soft
  16. and 256 for the hard (I'm running SunOS 4.1.3). I could increase
  17. the soft limit but I could not increase the hard limit beyond
  18. 256 (even when I'm the superuser). I tried looking under the
  19. kernel and could only find the resource for the soft limit:
  20. RLIMIT_NOFILE = 6. Can any of you wizards out there please
  21. help me ? Sorry for any inconvenience. Thanks.
  22. Please respond to
  23. dnguyen@ida.org
  24.