From owner-freebsd-questions@FreeBSD.ORG Mon Jun 23 17:57:35 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89B3837B401 for ; Mon, 23 Jun 2003 17:57:35 -0700 (PDT) Received: from smtp.prodigy.net.mx (dfproxy02.prodigy.net.mx [148.235.168.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id A946B43FBF for ; Mon, 23 Jun 2003 17:57:34 -0700 (PDT) (envelope-from ibac@prodigy.net.mx) Received: from pc1 (du-200-67-41-134.prodigy.net.mx [200.67.41.134]) sims.4.0.2001.07.26.11.50.p9) with SMTP id <0HGY00CCGNW1EZ@SMTP.Prodigy.Net.mx>; Mon, 23 Jun 2003 19:55:15 -0500 (CDT) Date: Mon, 23 Jun 2003 19:58:07 -0500 From: Alfonso Romero To: freebsd-questions , Charlie Schluting Message-id: <007401c339eb$acd5dae0$0100a8c0@ibacsoft.dynu.com> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-Mailer: Microsoft Outlook Express 5.50.4522.1200 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 8BIT X-Priority: 3 X-MSMail-priority: Normal References: <006601c339b3$b2f5faa0$0100a8c0@ibacsoft.dynu.com> <3EF744EB.2040800@schluting.com> Subject: Re: swap_pager_getswapspace: failed X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jun 2003 00:57:35 -0000 Thanks, I ran swapinfo and it showed up the following info: franky# swapinfo Device 1K-blocks Used Avail Capacity Type /dev/ad0s1b 49712 45920 3792 92% Interleaved How can I know what applications are using the swap space? I guess 32MB RAM is too little for MySQL, Apache and Postfix, huh? ----- Original Message ----- From: "Charlie Schluting" To: "Alfonso Romero" Cc: "freebsd-questions" Sent: Monday, June 23, 2003 1:20 PM Subject: Re: swap_pager_getswapspace: failed > Alfonso Romero wrote: > > I keep getting the following in /var/log/messages every time I run mysqld: > > > > > > Jun 23 03:04:14 franky /kernel: swap_pager_getswapspace: failed > > Jun 23 03:04:14 franky last message repeated 26 times > > Jun 23 03:04:15 franky /kernel: pid 189 (mysqld), uid 88, was killed: out of swap space > > Jun 23 11:19:39 franky /kernel: swap_pager_getswapspace: failed > > Jun 23 11:19:41 franky last message repeated 48 times > > > > > > Is this a problem with mysql, or do I need to get more swap space? > > > > The machine has 32MB RAM and a swap space of 128M, I am running apache 1.3.27, mysql 4, postfix and courier-imap. The problem appeared when I began using a mysql database with postfix for virtual domains. BTW, courier-imap doesn´t work with mysql yet. > > > > run: swapinfo > Most likely out of swap. > >