From owner-freebsd-questions@FreeBSD.ORG Mon Oct 27 20:01:08 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C21CDC44 for ; Mon, 27 Oct 2014 20:01:08 +0000 (UTC) Received: from mail.qcislands.net (mail.qcislands.net [23.235.65.68]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9DCC2BED for ; Mon, 27 Oct 2014 20:01:08 +0000 (UTC) Received: from mail.qcislands.net ([23.235.65.68]) by mail.qcislands.net with esmtp (Exim 4.82) (envelope-from ) id 1XiqQX-000BGR-9B; Mon, 27 Oct 2014 12:58:05 -0700 Received: from 254-68-235-23.qcislands.net ([23.235.68.254]) by mail.qcislands.net with HTTP (HTTP/1.1 POST); Mon, 27 Oct 2014 12:57:55 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 27 Oct 2014 12:57:55 -0700 From: Jim Pazarena To: Freebsd Questions Subject: out of swap space Message-ID: <0fdf2022075b7a33f0abde4edd7c12a1@paz.bz> X-Sender: fquest@paz.bz User-Agent: Roundcube Webmail/1.0.3 X-local_scan: locally submitted (8) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Oct 2014 20:01:08 -0000 There is a lot of historical chatter about the amount of swap space required. But for my question, I haven't seen discussion: What HAPPENS when the system flags "out of swap space". Does a process die? or does the system merely become very sluggish? I have dozens of "out of swap space" messages, but I cannot find any dead and/or failed jobs. Thx