Path: utzoo!mnetor!uunet!husc6!rutgers!mtunx!whuts!homxb!homxc!dwc From: dwc@homxc.UUCP (Malaclypse the Elder) Newsgroups: comp.sys.att Subject: Re: Changing ulimit on 3b2/600 Message-ID: <1977@homxc.UUCP> Date: 20 Apr 88 05:14:29 GMT References: <1603@lll-lcc.aRpA> <211@anumb.UUCP> <1122@cadre.dsl.PITTSBURGH.EDU> <558@vsi.UUCP> Organization: Legion of Dynamic Discord Lines: 29 Keywords: 3b2/600, ulimit > In article <348@icus.UUCP>, lenny@icus.UUCP (Lenny Tropiano) writes: > [How do I raise the ulimit on a 3B2?] > Do the following as root: > > # vi /etc/master.d/kernel ! change tuneable parameters > # cd / > # cp unix oldunix ! good idea to save just in case > # cd /boot > # mkboot -k KERNEL ! make a new kernel > # cd / > # shutdown -g0 -i5 -y ! go to firmware > > FIRMWARE MODE > another approach is to wrap a shell around the process that you want the increased ulimit with a call to "ulimit" to increase the ulimit. on my 3b2 for example, i changed /etc/inittab to run what i call "bigetty". bigetty is simply a shell that looks like: ulimit XXXX /etc/getty $* this allows the added flexibility/headache of giving different users different ulimits. danny chen homxc!dwc