From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QPDxp-0002o0-6U for garchives@archives.gentoo.org; Wed, 25 May 2011 13:17:29 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42AC21C1BB; Wed, 25 May 2011 13:15:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 131361C1BB for ; Wed, 25 May 2011 13:15:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 603011B4009 for ; Wed, 25 May 2011 13:15:56 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Score: -4.861 X-Spam-Level: X-Spam-Status: No, score=-4.861 required=5.5 tests=[AWL=1.738, BAYES_00=-2.599, RCVD_IN_DNSWL_MED=-4] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NCQkUbc8fVE0 for ; Wed, 25 May 2011 13:15:48 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by smtp.gentoo.org (Postfix) with ESMTP id A7205641C6 for ; Wed, 25 May 2011 13:15:47 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QPDw4-0006sf-MS for gentoo-user@gentoo.org; Wed, 25 May 2011 15:15:40 +0200 Received: from athedsl-376072.home.otenet.gr ([79.131.21.6]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 25 May 2011 15:15:40 +0200 Received: from realnc by athedsl-376072.home.otenet.gr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 25 May 2011 15:15:40 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Nikos Chantziaras Subject: [gentoo-user] Re: pf-sources Kernel Date: Wed, 25 May 2011 16:15:37 +0300 Organization: Lucas Barks Message-ID: References: <201105251412.06384.wonko@wonkology.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: athedsl-376072.home.otenet.gr User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110524 Thunderbird/3.1.10 In-Reply-To: <201105251412.06384.wonko@wonkology.org> X-Archives-Salt: X-Archives-Hash: bbb2c61c61022c8364799d11956340ca On 05/25/2011 03:12 PM, Alex Schuster wrote: > [...] Now I have 8G, and > do not notice that much swapping any more. Although... right now, swap is > at 600M, and the system is swapping right now. Weird. I'm running rdiff- > backup, this seems to increase swap size. Maybe too much of the stuff it > precesses is being cached? Swap is at 800M now. You can tweak this in /etc/sysctl.conf: vm.swappiness = 30 Or maybe 20. The default is 60. IMO way too high for desktop systems.