Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 44469 invoked from network); 6 Oct 2009 19:43:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Oct 2009 19:43:08 -0000 Received: (qmail 80477 invoked by uid 500); 6 Oct 2009 19:43:07 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 80402 invoked by uid 500); 6 Oct 2009 19:43:07 -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 80392 invoked by uid 99); 6 Oct 2009 19:43:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Oct 2009 19:43:07 +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 glenn@rempe.us designates 209.85.211.204 as permitted sender) Received: from [209.85.211.204] (HELO mail-yw0-f204.google.com) (209.85.211.204) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Oct 2009 19:42:58 +0000 Received: by ywh42 with SMTP id 42so3911488ywh.28 for ; Tue, 06 Oct 2009 12:42:37 -0700 (PDT) MIME-Version: 1.0 Received: by 10.90.174.7 with SMTP id w7mr933912age.11.1254858157127; Tue, 06 Oct 2009 12:42:37 -0700 (PDT) In-Reply-To: <99817787-2B70-4346-A4BA-21C7C258AC65@apache.org> References: <6cfccb3d0910030910m678c9157o811a57e02ffbeff0@mail.gmail.com> <6cfccb3d0910031824q5d9362c2k7719b32a779e956f@mail.gmail.com> <1521F562-7878-423B-BEC3-FF2A1916DA0C@gmail.com> <6cfccb3d0910032307i1df64f79u437d5c803bff2c50@mail.gmail.com> <6cfccb3d0910052346hb4ca0b3o7eb6e77fec4ac1a7@mail.gmail.com> <99817787-2B70-4346-A4BA-21C7C258AC65@apache.org> From: Glenn Rempe Date: Tue, 6 Oct 2009 12:42:17 -0700 Message-ID: <6cfccb3d0910061242s33be1bb5j9dbffb8dd7091c25@mail.gmail.com> Subject: Re: Timeout Error when trying to access views + Indexing problems To: user@couchdb.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Is there some way we can instrument and log how much memory the VM thinks it has somewhere in the critical path piece of erlang code? Or is there another way I can track that externally? G On Tue, Oct 6, 2009 at 12:13 PM, Adam Kocoloski wrote= : > On Oct 6, 2009, at 2:46 AM, Glenn Rempe wrote: > > TMI logging doesn't really exist, no one uses that level internally. =C2= =A0I > agree with Paul here, the lack of error messages indicates an instant VM > death. =C2=A0The most common way to cause that is by running out of memor= y, but > view indexing is not supposed to use a large amount of memory at all. > > Adam