[From nobody Mon Apr 4 19:05:38 2011 Return-Path: <mageia-dev-bounces@mageia.org> X-Original-To: misc@ephaone.org Delivered-To: misc@ephaone.org Received: from localhost (localhost [127.0.0.1]) by sisay.ephaone.org (Postfix) with ESMTP id 572E420D27 for <misc@ephaone.org>; Mon, 4 Apr 2011 17:53:55 +0200 (CEST) X-Virus-Scanned: amavisd-new at localhost.localdomain Received: from sisay.ephaone.org ([127.0.0.1]) by localhost (sisay.ephaone.org [127.0.0.1]) (amavisd-new, port 10025) with LMTP id 8lumsFVSl1FY for <misc@ephaone.org>; Mon, 4 Apr 2011 17:53:38 +0200 (CEST) Received: from teveshszat.ephaone.org (unknown [IPv6:2a01:e0b:1:66:240:63ff:feec:1dd6]) by sisay.ephaone.org (Postfix) with ESMTP id 388BF20D1C for <misc@ephaone.org>; Mon, 4 Apr 2011 17:53:29 +0200 (CEST) Received: from ryu.zarb.org (ryu.zarb.org [IPv6:2002:d455:9e16::1]) by teveshszat.ephaone.org (Postfix) with ESMTPS id 58791475CD for <misc@ephaone.org>; Mon, 4 Apr 2011 17:53:40 +0200 (CEST) Received: by ryu.zarb.org (Postfix) id C64368E5AA; Mon, 4 Apr 2011 17:53:39 +0200 (CEST) Delivered-To: misc@zarb.org Received: from localhost (localhost [127.0.0.1]) by ryu.zarb.org (Postfix) with ESMTP id B8EE48E5A8; Mon, 4 Apr 2011 17:53:39 +0200 (CEST) X-Virus-Scanned: amavisd-new at zarb.org Received: from ryu.zarb.org ([127.0.0.1]) by localhost (ryu.zarb.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id qVfp0Yi7PeFj; Mon, 4 Apr 2011 17:53:39 +0200 (CEST) Received: from ryu.zarb.org (localhost [127.0.0.1]) by ryu.zarb.org (Postfix) with ESMTP id 316A18E554; Mon, 4 Apr 2011 17:53:39 +0200 (CEST) X-Original-To: mageia-dev@mageia.org Delivered-To: mageia-dev@mageia.org Received: from localhost (localhost [127.0.0.1]) by ryu.zarb.org (Postfix) with ESMTP id 7B05F8E554 for <mageia-dev@mageia.org>; Mon, 4 Apr 2011 17:53:37 +0200 (CEST) X-Virus-Scanned: amavisd-new at zarb.org Received: from ryu.zarb.org ([127.0.0.1]) by localhost (ryu.zarb.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id zAMAnl8CNgoY for <mageia-dev@mageia.org>; Mon, 4 Apr 2011 17:53:36 +0200 (CEST) Received: from mx1.mars-attacks.org (invaders.mars-attacks.org [88.191.83.84]) by ryu.zarb.org (Postfix) with ESMTP id B84AD8E522 for <mageia-dev@mageia.org>; Mon, 4 Apr 2011 17:53:36 +0200 (CEST) Received: by mx1.mars-attacks.org (Postfix, from userid 500) id 384172808411; Mon, 4 Apr 2011 17:53:36 +0200 (CEST) Date: Mon, 4 Apr 2011 17:53:35 +0200 From: nicolas vigier <boklm@mars-attacks.org> To: Mageia development mailing-list <mageia-dev@mageia.org> Message-ID: <20110404155335.GO21938@mars-attacks.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline User-Agent: Mutt/1.5.17 (2007-11-01) Subject: [Mageia-dev] Apache configuration on champagne X-BeenThere: mageia-dev@mageia.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: Mageia development mailing-list <mageia-dev@mageia.org> List-Id: Mageia development mailing-list <mageia-dev.mageia.org> List-Unsubscribe: <https://www.mageia.org/mailman/options/mageia-dev>, <mailto:mageia-dev-request@mageia.org?subject=unsubscribe> List-Archive: </pipermail/mageia-dev> List-Post: <mailto:mageia-dev@mageia.org> List-Help: <mailto:mageia-dev-request@mageia.org?subject=help> List-Subscribe: <https://www.mageia.org/mailman/listinfo/mageia-dev>, <mailto:mageia-dev-request@mageia.org?subject=subscribe> Sender: mageia-dev-bounces@mageia.org Errors-To: mageia-dev-bounces@mageia.org Content-Transfer-Encoding: 7bit Hello, When champagne didn't have enough RAM, I changed some mpm_prefork_module config values to avoid swapping too much : MaxRequestsPerChild 1000 MinSpareServers 2 MaxSpareServers 5 Now that some RAM has been added, I changed them again to the default values : MaxRequestsPerChild 4000 MinSpareServers 5 MaxSpareServers 20 ]