From owner-freebsd-current@FreeBSD.ORG Fri Sep 23 13:19:44 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 CB6F616A41F; Fri, 23 Sep 2005 13:19:44 +0000 (GMT) (envelope-from krion@voodoo.oberon.net) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79FE743D46; Fri, 23 Sep 2005 13:19:44 +0000 (GMT) (envelope-from krion@voodoo.oberon.net) Received: from krion by voodoo.oberon.net with local (Exim 4.52 (FreeBSD)) id 1EInSV-0001OW-Pz; Fri, 23 Sep 2005 15:19:23 +0200 Date: Fri, 23 Sep 2005 15:19:23 +0200 From: Kirill Ponomarew To: freebsd-current@FreeBSD.org Message-ID: <20050923131923.GC3797@voodoo.oberon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-NCC-Regid: de.oberon X-NIC-HDL: KP869-RIPE Keywords: 579279786 Cc: alc@FreeBSD.org, jeff@FreeBSD.org Subject: out of swap with SCHED_ULE 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: Fri, 23 Sep 2005 13:19:44 -0000 JFYI: Running "make distclean" in ports on today's current, produces a tons of out of swap messages on console and freezes the machine. swap_pager: out of swap space swap_pager_getswapspace(16): failed pid 998 (mysqld), uid 88, was killed: out of swap space swap_pager: out of swap space etc, though PC has 1G RAM. Kernel is baked with SCHED_ULE. -Kirill