Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752952AbZIBTW3 (ORCPT ); Wed, 2 Sep 2009 15:22:29 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751587AbZIBTW3 (ORCPT ); Wed, 2 Sep 2009 15:22:29 -0400 Received: from lo.gmane.org ([80.91.229.12]:38218 "EHLO lo.gmane.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751695AbZIBTW2 (ORCPT ); Wed, 2 Sep 2009 15:22:28 -0400 X-Injected-Via-Gmane: http://gmane.org/ To: linux-kernel@vger.kernel.org From: Bill Davidsen Subject: Re: LowFree pattern Date: Wed, 02 Sep 2009 15:22:11 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-72-92-176-172.albyny.east.verizon.net User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.21) Gecko/20090507 Fedora/1.1.16-1.fc9 pango-text SeaMonkey/1.1.16 In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2021 Lines: 62 Adayadil Thomas wrote: > Greetings. > > I am running a centos linux with 2.6.20 version kernel. The system has > 1G of RAM. > > As time goes by the LowFree becomes really low. Right now it shows > 137M .. but it goes as low as 8M or so > > The command - > echo 3 > /proc/sys/vm/drop_caches > brings back the LowFree to way up high. > > The question I have is whether the system by itself release the cache > (drop cache) automatically > to maintain a reasonable LowFree? > Is this configurable? > You can change the parameters in /rpoc/sys/vm if you wish, but what makes you think this is needed? Cache is dropped as memory is needed, and drop_cache in general is a good way to slow the system. > Any information or help is much appreciated. > What problem did you see that you traced to LowFree? > > cat /proc/meminfo > MemTotal: 1034788 kB > MemFree: 138240 kB > Buffers: 99260 kB > Cached: 177776 kB > SwapCached: 51740 kB > Active: 605172 kB > Inactive: 113572 kB > HighTotal: 130720 kB > HighFree: 252 kB > LowTotal: 904068 kB > LowFree: 137988 kB > SwapTotal: 1048568 kB > SwapFree: 976332 kB > Dirty: 380 kB > Writeback: 0 kB > AnonPages: 441348 kB > Mapped: 15540 kB > Slab: 146088 kB > SReclaimable: 104288 kB > SUnreclaim: 41800 kB > PageTables: 1596 kB > NFS_Unstable: 0 kB > Bounce: 0 kB > CommitLimit: 1565960 kB > Committed_AS: 590576 kB > VmallocTotal: 114680 kB > VmallocUsed: 15052 kB > VmallocChunk: 99348 kB -- Bill Davidsen "We have more to fear from the bungling of the incompetent than from the machinations of the wicked." - from Slashdot -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/