Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 9031 invoked from network); 1 Mar 2010 07:10:07 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Mar 2010 07:10:07 -0000 Received: (qmail 25487 invoked by uid 500); 28 Feb 2010 17:36:06 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 25451 invoked by uid 500); 28 Feb 2010 17:36: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 25420 invoked by uid 99); 28 Feb 2010 17:36:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Feb 2010 17:36:06 +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 jchris@gmail.com designates 74.125.83.52 as permitted sender) Received: from [74.125.83.52] (HELO mail-gw0-f52.google.com) (74.125.83.52) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Feb 2010 17:35:57 +0000 Received: by gwb1 with SMTP id 1so731014gwb.11 for ; Sun, 28 Feb 2010 09:35:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:content-type:mime-version :subject:from:in-reply-to:date:content-transfer-encoding:message-id :references:to:x-mailer; bh=E9W0WDyiEa1Ai5Ivur3rZrPPz5/r2J416bXMkCXbpAA=; b=e/1yqsNsjYYgdk1PWuTtwz2rr0xYLXTUE7jB7eFFKgJXG4I+60UK0Qo5TBUK9LDfvE EwvCQ33KRIy/wD439ymjiEkzao/pKQB0fr5sawDa+/6oGQ8Omf46DO/uZVsVX3giDhUo 8+/xEzPXxxxe50OpcF8MgCTKDtomrRXGSnxV4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; b=ZMQVxAnKffKIiWGCa4Lolr4wXuFN8R+9+a70f80XnIDr6RpvYxszi3EfLtzsMTKEBm dhl/XHqGkoiYCun7S9ucWaleyiIL5XYU8GUKZs33dNbfWV2PkdfJpZo0aG8NuWqeE3ex HP0adrJ+uQ5/SRQkpq/z5UwfAEztETvkOIH3s= Received: by 10.101.6.5 with SMTP id j5mr4437133ani.11.1267378536116; Sun, 28 Feb 2010 09:35:36 -0800 (PST) Received: from ?192.168.1.104? (c-98-248-172-14.hsd1.ca.comcast.net [98.248.172.14]) by mx.google.com with ESMTPS id 6sm809929ywd.11.2010.02.28.09.35.33 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 28 Feb 2010 09:35:34 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1077) Subject: Re: os_process_error, "OS process timed out." From: J Chris Anderson In-Reply-To: Date: Sun, 28 Feb 2010 09:35:32 -0800 Content-Transfer-Encoding: quoted-printable Message-Id: <558375DB-B09C-49D9-9357-6594EDEE5DB8@gmail.com> References: To: user@couchdb.apache.org X-Mailer: Apple Mail (2.1077) X-Virus-Checked: Checked by ClamAV on apache.org On Feb 28, 2010, at 7:38 AM, Robert Campbell wrote: > I did increase the os_process_timeout in the Configurator from 5 > seconds to 20 seconds, but I need to really speed this up. Any > suggestions or tricks? Perhaps changing the structure of the document? >=20 The os process timeout should have no bearing on plain GET and PUT of = large documents. It is when those documents are serialized and sent to = the query server for map reduce, show, list, etc that the os process is = involved.=20 I'll assume you are reading via a view. 1.2 MB seems large but not that large. If you post your JavaScript view = code we can help you diagnose it. Chris >=20 >=20 > On Sun, Feb 28, 2010 at 3:50 PM, Robert Campbell = wrote: >> I just added a large field to one of my documents. It's an array of >> 3,840 maps. The total structure clocks in at around 1.22MB. >>=20 >> I'm now getting {"error":"os_process_error","reason":"OS process = timed >> out."} whenever I try to read this document. >>=20 >> I'm surprised, because I previously attached 52MB of images to this >> documents without encountering any issues. >>=20 >> Does anyone have any ideas what could have caused this or ways to fix = it? >>=20 >> Rob >>=20