Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 68560 invoked from network); 16 Dec 2010 09:51:08 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Dec 2010 09:51:08 -0000 Received: (qmail 96944 invoked by uid 500); 16 Dec 2010 09:51:06 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 96728 invoked by uid 500); 16 Dec 2010 09:51:06 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 96720 invoked by uid 99); 16 Dec 2010 09:51:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Dec 2010 09:51:05 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=SPF_PASS,UNRESOLVED_TEMPLATE X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [193.50.230.240] (HELO pluton.utt.fr) (193.50.230.240) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Dec 2010 09:50:55 +0000 Received: from smtp1.utt.fr (smtp1.utt.fr [193.50.230.122]) by pluton.utt.fr (8.13.1/8.13.1) with ESMTP id oBG9oXqs009208 for ; Thu, 16 Dec 2010 10:50:33 +0100 Received: from smtp1.utt.fr (smtp1.utt.fr [127.0.0.1]) by localhost (Postfix) with SMTP id 43737A6826A for ; Thu, 16 Dec 2010 10:50:33 +0100 (CET) Received: from [192.168.0.4] (vpn005.utt.fr [10.16.0.5]) by smtp1.utt.fr (Postfix) with ESMTP id 2694FA68269 for ; Thu, 16 Dec 2010 10:50:33 +0100 (CET) Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Apple Message framework v1082) Subject: Re: system_limit? From: =?iso-8859-1?Q?Aur=E9lien_B=E9nel?= In-Reply-To: <78D8377F-C4A0-4977-9920-282D5196C59A@apache.org> Date: Thu, 16 Dec 2010 10:50:32 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <482D8E28-2C63-4D90-B1A4-CF0E6CEC3C0A@utt.fr> References: <82E83AC0-6634-4590-B800-D2BF5A4FA9F2@utt.fr> <78D8377F-C4A0-4977-9920-282D5196C59A@apache.org> To: user@couchdb.apache.org X-Mailer: Apple Mail (2.1082) X-PerlMx-Spam: Gauge=%%XGAUGE%%%%IGAUGE%%, Probability=%%PROB%%, Report='%%HITS%%' X-Virus-Checked: Checked by ClamAV on apache.org Hi, > That looks like a limit on the number of Erlang processes in the VM. = The default limit is 32768. You can raise the maximum number of = processes by starting the VM with e.g. erl +P 65536, but in my = experience bumping into this limit means something else is going wrong. That's true, a bug on the clients caused a kind of denial of service = attack. It's fixed now.=20 Thanks to Adam and Frederiko for their answers. Regards, Aur=E9lien=20=