From user-return-13258-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Tue Oct 19 08:20:38 2010 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 44982 invoked from network); 19 Oct 2010 08:20:38 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 Oct 2010 08:20:38 -0000 Received: (qmail 68377 invoked by uid 500); 19 Oct 2010 08:20:37 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 68184 invoked by uid 500); 19 Oct 2010 08:20:35 -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 68176 invoked by uid 99); 19 Oct 2010 08:20:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Oct 2010 08:20:34 +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 bchesneau@gmail.com designates 209.85.214.180 as permitted sender) Received: from [209.85.214.180] (HELO mail-iw0-f180.google.com) (209.85.214.180) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Oct 2010 08:20:28 +0000 Received: by iwn41 with SMTP id 41so1052110iwn.11 for ; Tue, 19 Oct 2010 01:20:07 -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 :content-transfer-encoding; bh=0l0TebqoAkzpR8IblFD4a8kg/lPUg2NlpuQkYWcDc7Y=; b=M/qZdQWaASKq9KwY3EPk9MU/4e0dysoTca47uAXl1dSIPYUYu7evEn+QxJWaBaQRrf /sQ/bUI/xOrGqJEHNoewDT2dS6mvfIiNmHWuet+IAJkFuBb60T2UphKXwgK0eQxbU5EO derCNrwaf3/APDbLcNukJRWTuxI4uFkv1Ctis= 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=Yv5nfKDwR+5sTrRJvkOaZeWeWCmOz0qm9ocUBtA3Vh/tPb7YKht/BNbzs0QSc2RAwR +QYgx+tHosZIXjk1qRUPbrUdPSw9T/u/4fRU9w4EQrel/kAKT5bW18YIzd2846phFz2H GYvPMv+uvIroMWo4XjWwVdLLgR5t+hID9hhrw= MIME-Version: 1.0 Received: by 10.231.16.75 with SMTP id n11mr4391191iba.49.1287476407313; Tue, 19 Oct 2010 01:20:07 -0700 (PDT) Received: by 10.231.58.199 with HTTP; Tue, 19 Oct 2010 01:20:07 -0700 (PDT) In-Reply-To: <4CBCA80E.6070704@cs.tu-darmstadt.de> References: <4CBCA80E.6070704@cs.tu-darmstadt.de> Date: Tue, 19 Oct 2010 10:20:07 +0200 Message-ID: Subject: Re: Solving "os_process_error,{exit_status,0}" ? From: Benoit Chesneau To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Mon, Oct 18, 2010 at 10:03 PM, Marcel Bruch w= rote: > =A0Hi, > > I currently experimenting with CouchDB and run into > "os_process_error,{exit_status,0}" error when building my views. I've rea= d > that large documents may cause this kind of exceptions - which might be t= he > reason in my case: The total database is ~3.2GB in size and contains ~300= k > documents. Few documents are up to 15 MB large. > > Do the document contain aa lot of properties and nested objects ? - beno=EEt