home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / sun / admin / 10770 < prev    next >
Encoding:
Internet Message Format  |  1993-01-27  |  1.2 KB

  1. Path: sparky!uunet!auspex-gw!guy
  2. From: guy@Auspex.COM (Guy Harris)
  3. Newsgroups: comp.sys.sun.admin
  4. Subject: Re: Bringing a Sun to it's knees
  5. Message-ID: <16657@auspex-gw.auspex.com>
  6. Date: 27 Jan 93 19:14:29 GMT
  7. References: <T6AXBYAV@cc.swarthmore.edu> <1993Jan25.221022.28758@ra.msstate.edu> <1993Jan26.164557.3940@nic.csu.net>
  8. Sender: news@auspex-gw.auspex.com
  9. Organization: Auspex Systems, Santa Clara
  10. Lines: 20
  11. Nntp-Posting-Host: auspex.auspex.com
  12.  
  13. >SunOS limits a normal user to 25 processes or so.
  14.  
  15. As has already been pointed out in many postings here, it only does so
  16. under SunOS 4.x if:
  17.  
  18.     1) you've set "maxusers" so that the total number of processes
  19.        is 30 - which would be rather tricky in at least some SunOS
  20.        4.x versions, given that the total number of processes is 10
  21.        + 16*"maxusers", and "maxusers" is an integer;
  22.  
  23.     2) you've tweaked the "param.c" file to, for example, not
  24.        override the definition of MAXUPRC, and to use the value of
  25.        25 from "/usr/include/sys/param.h".
  26.  
  27. You weren't simply assuming that, because MAXUPRC is 25 in
  28. "/usr/include/sys/param.h", the total number of processes per user was
  29. 25, were you?  If so, please read "/usr/share/sys/conf.common/param.c"
  30. if you have it on your machine....
  31.  
  32. Dunno what SunOS 5.x does.
  33.