Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ames!amdcad!sun!pitstop!sundc!seismo!uunet!auspex!guy From: guy@auspex.UUCP (Guy Harris) Newsgroups: comp.unix.questions Subject: Re: Swap problems in xalloc Keywords: swap Message-ID: <905@auspex.UUCP> Date: 28 Jan 89 06:07:28 GMT References: <13787@versatc.UUCP> Reply-To: guy@auspex.UUCP (Guy Harris) Organization: Auspex Systems, Santa Clara Lines: 13 >sorry, pid xxxx was killed due to swap problems in xalloc: no swap space >for text ... >Is there anything I can do to fix this problem? "no swap space for text" means exactly what it says. Allocate more swap space, or upgrade to SunOS 4.0 if you're not running it already, since it uses swap space more efficiently (prior to 4.0, SunOS used the 4.xBSD algorithm for allocating swap space, which can chew up *big* contiguous hunks of swap space for big programs).