From owner-freebsd-questions@FreeBSD.ORG Fri Dec 14 04:56:27 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1E4A16A419 for ; Fri, 14 Dec 2007 04:56:27 +0000 (UTC) (envelope-from modulok@gmail.com) Received: from hs-out-2122.google.com (hs-out-0708.google.com [64.233.178.247]) by mx1.freebsd.org (Postfix) with ESMTP id BE3A113C44B for ; Fri, 14 Dec 2007 04:56:27 +0000 (UTC) (envelope-from modulok@gmail.com) Received: by hs-out-2122.google.com with SMTP id j58so1129888hsj.11 for ; Thu, 13 Dec 2007 20:56:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=D6rf9CGAKsqKLxG6+XTu8zBJ7KM8rfPz5gxH4fWeesE=; b=G8+872IvmUz6c6Uh+MbEVzfIo+lyO1C02djAZ0uzTZ0+qVy+kXxIndJxRhumR2DEO+iUzjJxl6xVaFWpKGR44LjWTWZ7H/geptxdg6E4YeaEjaooa0+5TOKXpyybo5Wj+ic71V7Obfr3RumKR0y1MXbyPyI4DDSnTTj3ZPrplow= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=wi+Kly4eMLrhl8n0u8TXuJ28pKgzioUtqMv+UCYyI84KJXxITj/g9OLTwtBqed6hLIeYyCHDlxReNKYqfV6Hy4nEVyOu4Qd99sFsvoFAWqp56qc0oExHzJBLT5jXEviRbX7cVFQHBSFFJGVUvxhq9IwgHaNadftLWGnOE2opq9A= Received: by 10.70.49.4 with SMTP id w4mr4539406wxw.71.1197608185813; Thu, 13 Dec 2007 20:56:25 -0800 (PST) Received: by 10.70.70.2 with HTTP; Thu, 13 Dec 2007 20:56:25 -0800 (PST) Message-ID: <64c038660712132056g3dec3142j633c452bda679e9f@mail.gmail.com> Date: Thu, 13 Dec 2007 21:56:25 -0700 From: Modulok To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Memory leak with conky, anyone else? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Dec 2007 04:56:28 -0000 I get the feeling Conky 1.4.8 (the sysutil), or one of the libs it links against, has a memory leak. I do not have any hard evidence yet (like a patch to fix it), but the memory consumption slowly climbs to what appears to be excessive. I did read the manual page about: "Conky is generally very good on resources. However, certain objects in Conky are harder on resources then others....If you do use them, please do not complain about memory or CPU usage, unless you think something's seriously wrong..." I am using those features, but I still think something is seriously wrong. The following is after running for 6.5 days: top; PID USERNAME THR PRI NICE SIZE RES STATE TIME WCPU COMMAND 791 Modulok 1 96 0 280M 278M select 42:37 0.00% conky ps -u; USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND Modulok 791 0.0 13.7 286708 284912 v0 S Fri09AM 42:35.18 conky Anyone else have similar issues? -Modulok-