home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.sun.admin
- 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
- From: casper@fwi.uva.nl (Casper H.S. Dik)
- Subject: Re: Bringing a Sun to it's knees
- Message-ID: <1993Jan26.115532.23438@fwi.uva.nl>
- Sender: news@fwi.uva.nl
- Nntp-Posting-Host: adam.fwi.uva.nl
- Organization: FWI, University of Amsterdam
- References: <1993Jan25.221022.28758@ra.msstate.edu> <1993Jan25.224946.12079@hal.com> <1k1s47INNb5u@almaak.usc.edu>
- Date: Tue, 26 Jan 1993 11:55:32 GMT
- Lines: 22
-
- ajayshah@almaak.usc.edu (Ajay Shah) writes:
-
- >Here at USC I've routinely hit a 20-process (per user) limit.
- >This is on a 670MP server.
- >How might it be done?
-
- Two ways:
-
- editing /usr/kvm/sys/conf.common/param.c
-
- or:
-
- adb -w -k /vmunix /dev/mem
- # /vmunix, remains after reboot
- maxuprc?W14
- _maxuprc: 0x405 = 0x14
- # change running kernel.
- maxuprc/W14
- _maxuprc: 0x405 = 0x14
-
-
- Casper
-