Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 39453 invoked from network); 25 Jan 2010 14:33:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Jan 2010 14:33:00 -0000 Received: (qmail 48384 invoked by uid 500); 25 Jan 2010 14:32:57 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 48351 invoked by uid 500); 25 Jan 2010 14:32:57 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 48342 invoked by uid 99); 25 Jan 2010 14:32:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jan 2010 14:32:57 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of trawick@gmail.com designates 209.85.211.198 as permitted sender) Received: from [209.85.211.198] (HELO mail-yw0-f198.google.com) (209.85.211.198) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jan 2010 14:32:49 +0000 Received: by ywh36 with SMTP id 36so2972753ywh.15 for ; Mon, 25 Jan 2010 06:32:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=1BaWO2d5KDiv9vJaKdngEtgxh6bZDYGrdDmbuvqOI7o=; b=QAYCiP+lb/AggZNAkM1p/ewjOmfvaBfavUIUqKWnKGLzT0RNGQgYUyJdw8lwacc9Em 41YftqUhTVs5ziWh8z7jNPjmd6E72s7WXpe5f0NYufd7lTmcj+ZYbJrDW+qY6FdSsqkw 3bpasigjZ031RpefPu6k6ZkpRRJGA/wJCkMVg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=x0Zh4YYqK/kLDKfWIhRillTG2xvNQfd/U8yxrugvSqu5tdQTwiEY0BiKTTxStnWgC7 6dm67DOZ1iM+ZcAB1OvR5JH123P4xA2mE/L89MVoh0G25AOf3c2NUAvhalL/z1Jegqyv r+/nIt6bhafCKQTpeBxZLmMU9fDSRZJBKFSzY= MIME-Version: 1.0 Received: by 10.100.244.16 with SMTP id r16mr7909623anh.157.1264429944868; Mon, 25 Jan 2010 06:32:24 -0800 (PST) In-Reply-To: References: Date: Mon, 25 Jan 2010 09:32:24 -0500 Message-ID: From: Jeff Trawick To: users@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] Help me in setting up MaxClients On Mon, Jan 25, 2010 at 9:16 AM, wrote: > You need to increase ServerLimit and MaxClients to 600 for example. > > MaxClients is limited by ServerLimit. =A0In turn ServerLimit is limited b= y > the physical resources you have at your disposal. > > Considering you have a highly thread-capable server with plentiful > memory 600 should be a safe limit, provided you only load the modules > that you need. Most any server, certainly those, can handle far in access of 600. Unless there's some high CPU in-process application process, this box should be able to support thousands of concurrent clients. BUT whether setting MaxClients to 200 or 2000 or 20000, for Solaris and some other non-Linux platforms you absolutely must ensure there is adequate swap space defined before increasing MaxClients, because swap space is reserved per process based on virtual memory size. > Also you could consider using the worker MPM, which will require much > fewer child processes. which helps drastically with swap space --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org