From owner-freebsd-fs@FreeBSD.ORG Sun Apr 27 12:01:42 2008 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7DE5E1065679 for ; Sun, 27 Apr 2008 12:01:42 +0000 (UTC) (envelope-from engywook@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.172]) by mx1.freebsd.org (Postfix) with ESMTP id 52C6B8FC23 for ; Sun, 27 Apr 2008 12:01:42 +0000 (UTC) (envelope-from engywook@gmail.com) Received: by wf-out-1314.google.com with SMTP id 25so3522584wfa.7 for ; Sun, 27 Apr 2008 05:01:42 -0700 (PDT) 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:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=8Ap+hTVtDT3nzp3NnAKPupTCwz3uORQHQ30OXVhyyD4=; b=SGtoF4Fo8R8k9CWLK5+muP63u2ETEUEz3iKQ1u6oWcpoHMGJyovlDRr+dryg79/COuRm9ZcjdQUcdYvK5M3BU9kjj9/P71kGVOib8WvlR9pOuWiVx9l9IXyCn81q12qqueXVU3X7gUBPejiL847SJSvPZCrYTP6bwLUL+Oyz0lc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=o3acPjaBc/RpZ9yD84qtt+27eyYeRcRehtGdBsa+FgXiP5NUquPdC46GuY6MdzwPZNNlwpHc368lMhqHOHP7ZA1cBUKxBj14XKx0eYMS3DwGBeYKQzoqaE1uzC1GVgDhvNm0L35aoyYxmQ+XPNjedNETF5TpGpvGONkuPkZW4Hw= Received: by 10.142.104.9 with SMTP id b9mr1570188wfc.48.1209297702071; Sun, 27 Apr 2008 05:01:42 -0700 (PDT) Received: by 10.143.3.10 with HTTP; Sun, 27 Apr 2008 05:01:42 -0700 (PDT) Message-ID: <24adbbc00804270501t48b9a1c5le2f1d0bce18572cf@mail.gmail.com> Date: Sun, 27 Apr 2008 14:01:42 +0200 From: "Daniel Andersson" To: yalur@mail.ru In-Reply-To: <200804162212.32560.yalur@mail.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <24adbbc00804151529m2a74085ds468eaac55ba94a32@mail.gmail.com> <200804162212.32560.yalur@mail.ru> Cc: freebsd-fs@freebsd.org Subject: Re: Choppy performance. X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2008 12:01:42 -0000 >How do you calculate totall memory use in top? Real memory use is present >in "RES" column but not in "SIZE" column. > >################################ >PID USERNAME THR PRI NICE SIZE RES STATE TIME WCPU COMMAND >1215 engy 1 99 0 2085M 139M zfs:(& 49:32 >19.53% rtorrent >################################ Well, I checked memory usage in rtorrent and it said it was higher than 2GB(total physical RAM) then used top to read the swap line: Swap: 1024M Total, 39M Used, 985M Free, 3% Inuse But if it isn't really using that much memory how come I get memory allocation errors in rtorrent if there's more memory avaliable? Cheers, Daniel