From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnold@skeeve.com (arnold@skeeve.com) Date: Mon, 04 Dec 2017 09:36:15 -0700 Subject: [TUHS] signals and blocked in I/O In-Reply-To: <20171202004850.GB24335@mcvoy.com> References: <20171201161810.GM3924@mcvoy.com> <20171201172603.GO3924@mcvoy.com> <20171201223859.GX3924@mcvoy.com> <20171201230302.0DC351FA41@orac.inputplus.co.uk> <20171201230934.GA24335@mcvoy.com> <20171201234230.F33D4156E523@mail.bitblocks.com> <20171202004850.GB24335@mcvoy.com> Message-ID: <201712041636.vB4GaFEp017803@freefriends.org> Larry McVoy wrote: > So I have 10 processes, they all run until the system starts to > thrash, then they are all in wait mode for memory but there isn't > any (and there is no swap configured). Um, pardon me for asking the obvious question, but why not just configure a few gigs of swap to give the OS some breathing room? Most modern systems let you use a regular old file in the filesystem for swap space, instead of having to repartition your disk and using a dedicated partition. I'd be suprised if your *BSD box didn't let you do that too. It's a little slower, but a gazillion times more convenient. Just a thought, Arnold