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 C16ACDBE1 for ; Tue, 28 Aug 2012 00:24:53 +0000 (UTC) Received: (qmail 13583 invoked by uid 500); 28 Aug 2012 00:24:52 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 13500 invoked by uid 500); 28 Aug 2012 00:24:51 -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 13489 invoked by uid 99); 28 Aug 2012 00:24:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Aug 2012 00:24:51 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jens@couchbase.com designates 206.225.164.30 as permitted sender) Received: from [206.225.164.30] (HELO EXHUB020-3.exch020.serverdata.net) (206.225.164.30) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Aug 2012 00:24:44 +0000 Received: from EXVMBX020-1.exch020.serverdata.net ([169.254.4.56]) by EXHUB020-3.exch020.serverdata.net ([206.225.164.30]) with mapi; Mon, 27 Aug 2012 17:24:22 -0700 From: Jens Alfke To: "user@couchdb.apache.org" Date: Mon, 27 Aug 2012 17:24:21 -0700 Subject: max_document_size limits on hosted services? Thread-Topic: max_document_size limits on hosted services? Thread-Index: Ac2Es3hVrSJdLDWoRh60qujyOHfcuw== Message-ID: <98616A46-B69A-428C-8E4A-A6E1F121905B@couchbase.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 I've had a few reports from TouchDB users of problems replicating large doc= uments up to hosted services (IrisCouch or Cloudant). The symptom is that T= ouchDB uploads ~200k of JSON via _bulk_docs and then either gets a 503 erro= r or just a dropped connection. I'm wondering whether this is a symptom of = hitting a server-side limit on the maximum size of a document body. Looking through the CouchDB config I see a couchdb.max_document_size settin= g, but it defaults to 4GB, which should be more than sufficient :) It's als= o set to 4GB on my basic IrisCouch account. Is there some other limit on do= cument size, or known bugs that would cause a server error with very large = JSON documents? =97Jens=