home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / sun / admin / 10782 < prev    next >
Encoding:
Text File  |  1993-01-27  |  1.1 KB  |  35 lines

  1. Newsgroups: comp.sys.sun.admin
  2. Path: sparky!uunet!ferkel.ucsb.edu!taco!gatech!swrinde!zaphod.mps.ohio-state.edu!darwin.sura.net!newsserver.jvnc.net!yale.edu!ira.uka.de!math.fu-berlin.de!news.netmbx.de!Germany.EU.net!mcsun!sun4nl!fwi.uva.nl!casper
  3. From: casper@fwi.uva.nl (Casper H.S. Dik)
  4. Subject: Re: Bringing a Sun to it's knees
  5. Message-ID: <1993Jan26.115532.23438@fwi.uva.nl>
  6. Sender: news@fwi.uva.nl
  7. Nntp-Posting-Host: adam.fwi.uva.nl
  8. Organization: FWI, University of Amsterdam
  9. References: <1993Jan25.221022.28758@ra.msstate.edu> <1993Jan25.224946.12079@hal.com> <1k1s47INNb5u@almaak.usc.edu>
  10. Date: Tue, 26 Jan 1993 11:55:32 GMT
  11. Lines: 22
  12.  
  13. ajayshah@almaak.usc.edu (Ajay Shah) writes:
  14.  
  15. >Here at USC I've routinely hit a 20-process (per user) limit.
  16. >This is on a 670MP server.
  17. >How might it be done?
  18.  
  19. Two ways:
  20.  
  21.     editing /usr/kvm/sys/conf.common/param.c
  22.  
  23. or:
  24.  
  25.     adb -w -k /vmunix /dev/mem
  26.     # /vmunix, remains after reboot
  27.     maxuprc?W14
  28.     _maxuprc:       0x405           =       0x14
  29.     # change running kernel.
  30.     maxuprc/W14
  31.     _maxuprc:       0x405           =       0x14
  32.  
  33.  
  34. Casper
  35.