From owner-freebsd-current@FreeBSD.ORG Thu Jul 7 21:32:16 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E82B816A41F for ; Thu, 7 Jul 2005 21:32:16 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CB2143D49 for ; Thu, 7 Jul 2005 21:32:16 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin08-en2 [10.13.10.153]) by smtpout.mac.com (Xserve/8.12.11/smtpout14/MantshX 4.0) with ESMTP id j67LWEO7013181; Thu, 7 Jul 2005 14:32:15 -0700 (PDT) Received: from [10.1.1.209] (nfw1.codefab.com [199.103.21.225]) (authenticated bits=0) by mac.com (Xserve/smtpin08/MantshX 4.0) with ESMTP id j67LWCgk016968; Thu, 7 Jul 2005 14:32:13 -0700 (PDT) In-Reply-To: <42CD9728.000003.16936@colgate.yandex.ru> References: <42CD9728.000003.16936@colgate.yandex.ru> Mime-Version: 1.0 (Apple Message framework v730) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <5BFCCFD5-15C5-400D-8CA1-CF5E2802A3DD@mac.com> Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Thu, 7 Jul 2005 17:32:04 -0400 To: polachok@narod.ru X-Mailer: Apple Mail (2.730) Cc: freebsd-current@freebsd.org Subject: Re: out of swap space X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jul 2005 21:32:17 -0000 On Jul 7, 2005, at 4:57 PM, Alexander Polakov wrote: > swap_pager: out of swap space > swap_pager_getswapspace(2): failed > pid 508 (Xorg), uid 0, was killed: out of swap space > pid 641 (fluxbox), uid 1001: exited on signal 6 (core dumped) Well, bad things happen if the system runs out of swap. Do you have enough RAM and swap configured for the tasks you run? What does top or "vmstat -s" look like? -- -Chuck