home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / sun / admin / 6135 < prev    next >
Encoding:
Internet Message Format  |  1992-09-03  |  1.1 KB

  1. Path: sparky!uunet!auspex-gw!guy
  2. From: guy@Auspex.COM (Guy Harris)
  3. Newsgroups: comp.sys.sun.admin
  4. Subject: Re: Running out of processes
  5. Message-ID: <14472@auspex-gw.auspex.com>
  6. Date: 4 Sep 92 00:55:05 GMT
  7. References: <JDELL.92Aug27164104@nefertiti.mit.edu> <1992Sep3.225938.12523@dtint.uucp>
  8. Sender: news@auspex-gw.auspex.com
  9. Distribution: comp.sys.sun.admin, comp.unix.admin
  10. Organization: Auspex Systems, Santa Clara
  11. Lines: 15
  12. Nntp-Posting-Host: auspex.auspex.com
  13.  
  14. >One thing you might look into is whether you have sufficient
  15. >swap space.  If you run out of swap space you will see
  16. >this message also.
  17.  
  18. If you run out of swap space, the only way you'll see "No more
  19. processes" is if you are *also* running out of process table entries.
  20.  
  21. I.e., the error messages you get as a result of running out of swap
  22. space aren't "No more processes" messages.
  23.  
  24. If you're running out of process table slots, you should increase the
  25. number of process table slots.  The way you increase the number of
  26. process table slots is to crank up the "maxusers" value in the "config"
  27. file, re-run "config", rebuild the kernel, install the new kernel, and
  28. reboot.
  29.