Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 47609 invoked from network); 5 Jul 2010 20:11:35 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 Jul 2010 20:11:35 -0000 Received: (qmail 86176 invoked by uid 500); 5 Jul 2010 20:11:34 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 86099 invoked by uid 500); 5 Jul 2010 20:11:33 -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 86091 invoked by uid 99); 5 Jul 2010 20:11:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Jul 2010 20:11:33 +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 pawelstawicki@gmail.com designates 209.85.214.52 as permitted sender) Received: from [209.85.214.52] (HELO mail-bw0-f52.google.com) (209.85.214.52) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Jul 2010 20:11:26 +0000 Received: by bwz17 with SMTP id 17so3853161bwz.11 for ; Mon, 05 Jul 2010 13:11:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=7rvPgtTA2lphr+AGMIoi0vra2WZXsfziZXzjSIcxTvQ=; b=kBvywoBF9ugLCYFumDQvMnspRoZj64RpRxGevKbhp20EwwNmBrOm+cg8KLGMCXL3Wy Ryf36vdxgFD4F+AoyPYwAn2he/e6qeHnPhtERdLr8j9q+Vi2ba4RwdgT07A3Fj+DDTnH 2/n35wcH35umUZTFUHzLC4uYFwlw7Bou8UVpY= 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=C2AcdLqqrbpUDNIupMPkexz44KWUYTGGO/GGUNuPXLgEZrkAe2WA3eAqSCw1tYquDx CQ0YMfVZEIV7yq3Ebd515CURGxPugNLrRPB0S5Dx0Ql1fDJUIzCZ32BmxvbgW083qc9n zg0KR6jFlw4COhmzmZPZyScxvCx/jWiH9XNrA= Received: by 10.204.71.74 with SMTP id g10mr2753150bkj.82.1278360666218; Mon, 05 Jul 2010 13:11:06 -0700 (PDT) MIME-Version: 1.0 Received: by 10.204.130.24 with HTTP; Mon, 5 Jul 2010 13:10:46 -0700 (PDT) In-Reply-To: <89EDD477-60A3-4AC9-9D2A-36607DA92239@gmail.com> References: <89EDD477-60A3-4AC9-9D2A-36607DA92239@gmail.com> From: =?UTF-8?Q?Pawe=C5=82_Stawicki?= Date: Mon, 5 Jul 2010 22:10:46 +0200 Message-ID: Subject: Re: Erlang process consuming most resources on Ubuntu 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 There is nothing in my couch.log file (it is in /var/log/couchdb/couch.log). Only messages about couchdb started, stopped, and my regular access operations. -- Pawe=C5=82 Stawicki http://pawelstawicki.blogspot.com http://szczecin.jug.pl On Mon, Jul 5, 2010 at 20:24, J Chris Anderson wrote: > > On Jul 5, 2010, at 11:12 AM, Pawe=C5=82 Stawicki wrote: > >> My system is Ubuntu 10.04. Couchdb is 0.11. My both cores are utilised >> at about 70% by erlang: >> >> Full process name is: >> /usr/lib/erlang/erts-5.7.4/bin/beam.smp -Bd -K true -- -root >> /usr/lib/erlang -progname erl -- -home /home/pawel -- -noshell >> -noinput -sasl errlog_type error -couch_ini /etc/couchdb/default.ini >> /etc/xdg/desktop-couch/compulsory-auth.ini >> /home/pawel/.config/desktop-couch/desktop-couchdb.ini -s couch >> -pidfile /home/pawel/.cache/desktop-couch/desktop-couchdb.pid -heart >> >> Why is it utilising so much resources, and how can I do something about = it? >> > > my guess is you have something using CouchDB a lot (maybe Gwibber) that y= ou could kill. > > the best way to find out is to tail the couch.log file (not sure where it= is on your OS, but default.ini should have it listed) > > Gwibber does some inefficient stuff, it might be a simple fix to get rid = of the overhead. Anyone's who's interested in fixing it, let us know, maybe= we can help track down the source of the problem. > > Chris > >> Best regards >> -- >> Pawe=C5=82 Stawicki >> http://pawelstawicki.blogspot.com >> http://szczecin.jug.pl > >