Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 54356 invoked from network); 1 Dec 2010 04:12:30 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Dec 2010 04:12:30 -0000 Received: (qmail 47098 invoked by uid 500); 1 Dec 2010 04:12:26 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 46872 invoked by uid 500); 1 Dec 2010 04:12:26 -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 Delivered-To: moderator for user@couchdb.apache.org Received: (qmail 10337 invoked by uid 99); 28 Nov 2010 14:34:14 -0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,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 svein.helge.grinden@gmail.com designates 209.85.214.180 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=1YwHYOjim9KXjcxQKxxallrw67l3q+thz62O/hFLoj4=; b=f4qtquFt+EU7ZQ7rrY6TVXYxLB0GnZe2wiMa6sBozACvur8+/E6oTBczWKVHF3aCZd fnvryfm7MKoNG5eREk0da53WxFPBLpk0A07/T1Yn2xU8GbtQ3IrX06ZexLJCs/k0I+b4 oSDaiRIpgpaSCKAxypC8giGnQ9vE/0u98KSV4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=uffxsXDNImCkODsObAv7B9KPPlrvDu2P0238FDypWPhnOa8kRA1+XY2bMynQ6Fjm/A kBYEMyb6C9fypzE+iTOtHTcqbAJwEDGBu7a3K/HY8kK1TnID44gELnQBYpyVlEScIsBF penSDhvJdTtVR7BbnLKpsAv6LY4BU3KMuenwQ= MIME-Version: 1.0 Date: Sun, 28 Nov 2010 15:33:44 +0100 Message-ID: Subject: Error message when doing insert From: Svein Helge Grinden To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=90e6ba6e867eba64d804961dd7d8 X-Virus-Checked: Checked by ClamAV on apache.org --90e6ba6e867eba64d804961dd7d8 Content-Type: text/plain; charset=UTF-8 Hi Does anyone now what the problem is when I get this mesage? Error: {{badmatch,{error,enomem}}, [{couch_file,read_raw_iolist_int,3}, {couch_file,handle_call,3}, {gen_server,handle_msg,5}, {proc_lib,init_p_do_apply,3}]} {gen_server,call,[<0.144.0>,{pread_iolist,4290425045},infinity]} First I assumed that this was related to max size of the database sinse my datbase is now 4 GB. I tried to update the config file with this value: max_document_size = 8589934592 ; bytes Or does the setting max_document_size only relate to the maximum size of one single document? Regards, Svein Helge --90e6ba6e867eba64d804961dd7d8--