Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4712AF13F for ; Wed, 1 May 2013 08:52:46 +0000 (UTC) Received: (qmail 25474 invoked by uid 500); 1 May 2013 08:52:44 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 25294 invoked by uid 500); 1 May 2013 08:52:44 -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 25285 invoked by uid 99); 1 May 2013 08:52:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 May 2013 08:52:44 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of bchesneau@gmail.com designates 209.85.216.51 as permitted sender) Received: from [209.85.216.51] (HELO mail-qa0-f51.google.com) (209.85.216.51) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 May 2013 08:52:38 +0000 Received: by mail-qa0-f51.google.com with SMTP id g10so691173qah.3 for ; Wed, 01 May 2013 01:52:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=YkxgCOU3o8OomHqiMRmBGryN57sU7EHf9lLJzjg4gVA=; b=idRGrQgwo8wTCiQlfjU2kTV3sUZAANB6FuEzKFgfIpeDnaBn3swvZoI3ISVQ8PnKQt jvYWDsH1gT3pLOfuQycHPsUGrK6x0G7WM6gbnSHH8PtHanhN+9sd+JqdZFReAd/slOt/ 327Ix1nymRXS7MoXERrcUwJsIM2RUsUh7BMdBcyi1FEmLAR6mlHndSzub/TtHcWnoeh7 s+6916MmzS5JhRs++xttGotmODcPi95Ocbkfs8+HMQphGQZnH0yGBJ68w0FwBMJHj70X S804xMnM0y3+T6hosKL3Z6BFVetYYHnQjOqnMmT2unAPEcuY2irFdK8HP+bg2dnFzyLn tQmg== MIME-Version: 1.0 X-Received: by 10.49.15.161 with SMTP id y1mr2045737qec.3.1367398338004; Wed, 01 May 2013 01:52:18 -0700 (PDT) Received: by 10.49.27.231 with HTTP; Wed, 1 May 2013 01:52:17 -0700 (PDT) In-Reply-To: References: <3E6A7478-96CC-49CD-88B6-BF67FAFDE406@gmail.com> Date: Wed, 1 May 2013 10:52:17 +0200 Message-ID: Subject: Re: CouchDB 1.2.0 Keeps Crashing. From: Benoit Chesneau To: "user@couchdb.apache.org" Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Wed, May 1, 2013 at 10:44 AM, Benoit Chesneau wrote: > On Wed, May 1, 2013 at 10:38 AM, Pieter van der Eems > wrote: > >> >> Is the file descriptor a couchdb limit that I can change (where?) or a >> filesystem limit (ext4, we've already hit ext4 limit before but the >> errors were different). >> >> > > man ulimit(3) > > - benoit in clear, either use the ulimit command to increase the limits at runtime or increase them either in security.conf or limits.conf depending on your system. Probably /etc/security/limits.conf in your case. I'm actually interrested by the limit you already have, can you paste the result of ` ulimit -n` ? - benoit