Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 4244 invoked from network); 9 Mar 2010 16:22:59 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 9 Mar 2010 16:22:59 -0000 Received: (qmail 51928 invoked by uid 500); 9 Mar 2010 16:22:30 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 51899 invoked by uid 500); 9 Mar 2010 16:22:30 -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 51891 invoked by uid 99); 9 Mar 2010 16:22:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Mar 2010 16:22:30 +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 paul.joseph.davis@gmail.com designates 209.85.210.180 as permitted sender) Received: from [209.85.210.180] (HELO mail-yx0-f180.google.com) (209.85.210.180) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Mar 2010 16:22:23 +0000 Received: by yxe10 with SMTP id 10so2013364yxe.29 for ; Tue, 09 Mar 2010 08:22:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=8VrW0zWqtAZfMa1OOvPWSKBOBD4WFhS6RGNtvRn7vf0=; b=BW/CNcNABVNpmiAb/B/KhAgQK8RDt8dZsNn0bIVSMokJeffSF47GdF1Q3FWTmLNyvh HyahwrU6jF8xpo968cedAkcQywh5vc+2zpKa8UEAmxoF+EVJDV9r5mjX8n9DnL8YAnP1 4kw6VNo5UqirVW30D5Y8IZmaYDFl01cIW5lNE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=T8O5VGxK7vqkqmlsj+QKnu0MKHkpso7FGOGTKIwwKe/dlIwGomqgMozEGbE231EC27 l2ZHvDv/hEIRcTnQ+Thwgn6fxhMhcKouPfXLR5qPk/ztFuidI3MQIt5yeZsQBMAzmiTZ CKZ6CGBE5pCyjAbips7ndYQGXlna2O0rwImCo= MIME-Version: 1.0 Received: by 10.100.24.9 with SMTP id 9mr55715anx.15.1268151720557; Tue, 09 Mar 2010 08:22:00 -0800 (PST) In-Reply-To: <4B963F0A.50601@bclary.com> References: <4B963F0A.50601@bclary.com> From: Paul Davis Date: Tue, 9 Mar 2010 11:21:40 -0500 Message-ID: Subject: Re: Problems with large inline attachments with 0.11 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 Bob, Do you see the same issues when using the standalone attachments API? Paul On Tue, Mar 9, 2010 at 7:28 AM, Bob Clary wrote: > Hey all! > > I've been using 0.10.1 to successfully post large inline plain text > attachments to couchdb. Now that 0.11 supports automatic compression of > attachments, I thought I would give it a whirl. > > I have two issues that I can't find in jira. > > 1. The cpu and memory usage is extreme for attachments in the 1M to 10M > range. A 64bit linux vm with dual 3Ghz cpu and 3.5G will routinely peg wh= en > updating a document. > > 2. The server fails to process larger attachments. The server pegs the cp= u > and ram and ultimately refuses the connection. > > Are these known issues? > > Are inline attachments inappropriate here? > > I am using =A0http://svn.apache.org/repos/asf/couchdb/trunk Revision: 920= 758 > on Centos5 64bit > > Thanks, > Bob Clary >