Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!usc!elroy.jpl.nasa.gov!jato!mars!kaleb From: kaleb@mars.jpl.nasa.gov (Kaleb Keithley) Newsgroups: comp.unix.questions Subject: Re: Compress problem Keywords: compress error file too large Message-ID: <2577@jato.Jpl.Nasa.Gov> Date: 15 Jan 90 16:33:33 GMT References: <493@dhump.lakesys.COM> <475@dsoft.UUCP> Sender: news@jato.Jpl.Nasa.Gov Reply-To: kaleb@mars.UUCP (Kaleb Keithley) Organization: Jet Propulsion Laboratory, Pasadena, CA. Lines: 25 >In article <493@dhump.lakesys.COM> mort@dhump.lakesys.COM (Mort d`Hump) >writes: >I am having trouble using compress to de-compress large .Z files. > >The operation terminates with a "File too large" error. > The problem is probably your ULIMIT; you have three options, that I know of, 1) set ULIMIT higher in /etc/conf/cf.d/stune and rebuild kernel. 2) set ULIMIT higher in /etc/defaults/login. 3) as root, type ulimit . Then try uncompressing your large .Z file. I ran into this while trying to uncompress gcc on my unix pc running ESIX. The default ULIMIT allows files about 2Meg, while the uncompressed tar is about 8Meg. For an 8Meg file, you need a ulimit of 16384, since ulimit is expressed in blocks of 512 bytes. Chewey, get us outta here! kaleb@mars.jpl.nasa.gov (818)354-8771 Kaleb Keithley