Xref: utzoo comp.unix.sysv386:7204 comp.bugs.sys5:1516 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!zaphod.mps.ohio-state.edu!rpi!bu.edu!m2c!applix!scotte From: scotte@applix.com (Scott Evernden) Newsgroups: comp.unix.sysv386,comp.bugs.sys5 Subject: Re: Unix 5.4 and ulimit Message-ID: <1186@applix.com> Date: 23 Apr 91 05:39:19 GMT References: <1991Apr21.140740.6766@gold.sub.org> Reply-To: scotte@applix.UUCP (Scott Evernden) Organization: APPLiX Inc., WestboroMA Lines: 31 In article <1991Apr21.140740.6766@gold.sub.org> root@gold.sub.org (Christian Seyb) writes: >Hello, > >I am using Unix 5.4 (4.0.2) and have a problem with ulimit. Upping your ulimit is described in the FAQ for this group. I quote: " 1. If your desired limit is > 12288(6MB): Edit /etc/conf/cf.d/mtune to change the following line: ULIMIT 3072 2048 12288 to: ULIMIT 3072 2048 xxxxx where xxxxx is the limit you desire. 2. Edit /etc/conf/cf.d/stune to add/change the following line: ULIMIT xxxxx where xxxxx is the limit you desire. Note that this step can be performed in the kernel configuration software (i.e.: kconfig for 386/ix). 3. Edit /etc/default/login to delete the ULIMIT line. 4. Rebuild the kernel and reboot. " -scott