From owner-freebsd-questions@FreeBSD.ORG Wed Oct 29 21:57:58 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2B023F19 for ; Wed, 29 Oct 2014 21:57:58 +0000 (UTC) Received: from mail-wg0-x22e.google.com (mail-wg0-x22e.google.com [IPv6:2a00:1450:400c:c00::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B462DCF7 for ; Wed, 29 Oct 2014 21:57:57 +0000 (UTC) Received: by mail-wg0-f46.google.com with SMTP id x13so2914827wgg.19 for ; Wed, 29 Oct 2014 14:57:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=z8mC8xYXfWoTtb46fIlzsuB04CiYxQN5BB7+vA2Mg1s=; b=jKwIFDZkZIiZ7qmKhwHCfopRTnEKje2F2fm+YoRuTpKgIdDJJ9NeCqrwlL+EzNjS3z b3mXIwBlS+CvBWLPBMOtQa+nmiMfEBoVbyL3BTyTvHMxrczTNXIVSjn3hY0jNf67Eu6Y QCt0+enYbxdLuPMM7YOlUD5radStCj4UVhJ9KwRY8B4s5stOkYFMc8M8U+xbakX1pPJy KE6WvyQRplnU+95hiyBfi8UnX1IohesT9y3AT/K8x1d2Dq/L+98w0AsoUfcwZ75QutOQ T0LmWl3IgpBK0FTIIoOeJfFaMCsLXcotuKiPZ8ifM8a64MJGqIrpoK0X4W7+7EpofXaR wNXA== X-Received: by 10.180.104.99 with SMTP id gd3mr15403286wib.10.1414619875886; Wed, 29 Oct 2014 14:57:55 -0700 (PDT) Received: from gumby.homeunix.com (5ec1f671.skybroadband.com. [94.193.246.113]) by mx.google.com with ESMTPSA id md11sm11879459wic.15.2014.10.29.14.57.54 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 29 Oct 2014 14:57:55 -0700 (PDT) Date: Wed, 29 Oct 2014 21:57:53 +0000 From: RW To: freebsd-questions@freebsd.org Subject: Re: out of swap space Message-ID: <20141029215753.1e9e5be4@gumby.homeunix.com> In-Reply-To: References: <0fdf2022075b7a33f0abde4edd7c12a1@paz.bz> <20141028130146.6d2b6179@gumby.homeunix.com> X-Mailer: Claws Mail 3.11.0 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: Wed, 29 Oct 2014 21:57:58 -0000 On Tue, 28 Oct 2014 12:08:54 -0700 Reed A. Cartwright wrote: > We've run out of swap on a system with 512GB of memory and 1TB of > swap space. > > Processes get killed, ... If you run out of swap because demand for memory is too great then it's fairly common that you run out of reallocatable pages immediately after and processes are killed. Running out of swap doesn't itself cause processes to die, and it's not inevitable that it leads to a critical shortage of pages - it depends on the circumstances in which the swap filled-up.