From owner-freebsd-questions@FreeBSD.ORG Sun Jul 6 21:10:47 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0CB91106566C for ; Sun, 6 Jul 2008 21:10:47 +0000 (UTC) (envelope-from jalmberg@identry.com) Received: from mx1.identry.com (on.identry.com [66.111.0.194]) by mx1.freebsd.org (Postfix) with ESMTP id 8CA2C8FC17 for ; Sun, 6 Jul 2008 21:10:46 +0000 (UTC) (envelope-from jalmberg@identry.com) Received: (qmail 80289 invoked by uid 89); 6 Jul 2008 21:10:45 -0000 Received: from unknown (HELO ?192.168.1.110?) (jalmberg@75.127.142.66) by mx1.identry.com with ESMTPA; 6 Jul 2008 21:10:45 -0000 In-Reply-To: <200807061759.12129.fbsd.questions@rachie.is-a-geek.net> References: <4870894E.7090708@infracaninophile.co.uk> <200807061759.12129.fbsd.questions@rachie.is-a-geek.net> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <6F9BC84B-3A11-4D1F-85EB-7E52020A1532@identry.com> Content-Transfer-Encoding: 7bit From: John Almberg Date: Sun, 6 Jul 2008 17:10:44 -0400 To: Mel X-Mailer: Apple Mail (2.752.3) Cc: freebsd-questions@freebsd.org Subject: Re: Why would it make such a difference to move mysqld to another machine? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jul 2008 21:10:47 -0000 > Since MySQL is clearly the bottleneck of the sites, I'd investigate > why in the > world apache2 needs >150M per process. Now that was a darn good question. I ran httpd -M and got a list of 60 loaded modules... duh. I said before I'm just a beginner Admin. I'm learning a lot, but some of these basic things, I just haven't run into, yet. Obviously, Apache 2 gets loaded with a whole bunch of default modules? I didn't realize that, before. Okay... I need to figure out which ones I really need. Thanks for push in the right direction... -- John