Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 6052 invoked from network); 24 Sep 2010 15:57:51 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 Sep 2010 15:57:51 -0000 Received: (qmail 87608 invoked by uid 500); 24 Sep 2010 15:57:50 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 87281 invoked by uid 500); 24 Sep 2010 15:57:47 -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 87273 invoked by uid 99); 24 Sep 2010 15:57:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Sep 2010 15:57:47 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of randall.leeds@gmail.com designates 209.85.161.52 as permitted sender) Received: from [209.85.161.52] (HELO mail-fx0-f52.google.com) (209.85.161.52) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Sep 2010 15:57:39 +0000 Received: by fxm17 with SMTP id 17so2538056fxm.11 for ; Fri, 24 Sep 2010 08:57:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=69ekXfir49bNk/vlABJ+PILWpTBeNyTZ5yk089YPCOc=; b=Y8gHzIkPWWs0xRDOJy2ez1adp8RyQA3tTQ5KQrMDiJOdEPbSmNYv217f7OeYItczS1 CEkscGJ9qX5MmDcrMfHrQC8oHLfJfH4N8xRItOadLyZ2Z9vPoVln5ZqpodzYLeIV4YzM eYPnUw6f+Mtb762rBBglo5+S/C0ufsSN8wY3w= 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; b=hx/6IIwPPYlZtUIuRfRqYzKGK5t+yPN0RTJZjgHXgJ7yHX6jPo99Dt/ewfzMOIwfAL F1ANYq2HGSy/8shEDixMoMLHdILmzboTtJOoZq6/htp8bQlWwHBmt7IlacHcJBOVR4O1 kjEgBQnRRmrRMV70uNumi+zkz/HFoyxwll/po= MIME-Version: 1.0 Received: by 10.223.108.2 with SMTP id d2mr3771346fap.7.1285343838768; Fri, 24 Sep 2010 08:57:18 -0700 (PDT) Received: by 10.223.111.141 with HTTP; Fri, 24 Sep 2010 08:57:18 -0700 (PDT) In-Reply-To: References: Date: Fri, 24 Sep 2010 17:57:18 +0200 Message-ID: Subject: Re: InternalError: script stack space quota is exhausted (again) From: Randall Leeds To: user@couchdb.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Are you consuming too much memory with your view? What does your view do? On Fri, Sep 24, 2010 at 17:28, George Kollias wrote: > Hello, > > I get the error message 'InternalError: script stack space quota is > exhausted (again)' along with '{os_process_error,{exit_status,0}}' after > trying to access any view of my db. My problem is very similar to this > issue https://issues.apache.org/jira/browse/COUCHDB-752 but its patch > doesn't apply to me. I ve tried Ubuntu's package (0.10), manual compilation > of 1.0.1 and couch.io's bundle version 1.0.1 and all give me the above > message... Any ideas? Is there a solution? > > > Thank you, > George Kollias >