Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 26 Sep 2002 15:23:04 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 26 Sep 2002 15:23:04 -0400 Received: from perninha.conectiva.com.br ([200.250.58.156]:1242 "EHLO perninha.conectiva.com.br") by vger.kernel.org with ESMTP id ; Thu, 26 Sep 2002 15:23:03 -0400 Date: Thu, 26 Sep 2002 16:27:57 -0300 (BRT) From: Rik van Riel X-X-Sender: riel@duckman.distro.conectiva To: Marco Colombo Cc: Ernst Herzberg , Adam Goldstein , Subject: Re: Very High Load, kernel 2.4.18, apache/mysql In-Reply-To: Message-ID: X-spambait: aardvark@kernelnewbies.org X-spammeplease: aardvark@nl.linux.org MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 886 Lines: 29 On Thu, 26 Sep 2002, Marco Colombo wrote: > On Thu, 26 Sep 2002, Ernst Herzberg wrote: > > > MaxClients 256 # absolute minimum, maybe you have to recompile apache > > MinSpareServers 100 # better 150 to 200 > > MaxSpareServers 200 # bring it near MaxClients > > KeepAlive On > MaxKeepAliveRequests 1000 That sounds like an extraordinarily bad idea. You really don't want to have ALL your apache daemons tied up with keepalive requests. Personally I never have MaxKeepAliveRequests set to more than 2/3 of MaxClients. Rik -- A: No. Q: Should I include quotations after my reply? http://www.surriel.com/ http://distro.conectiva.com/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/