From owner-freebsd-questions@FreeBSD.ORG Fri Jan 16 18:27:08 2009 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 716641065670 for ; Fri, 16 Jan 2009 18:27:08 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-ew0-f21.google.com (mail-ew0-f21.google.com [209.85.219.21]) by mx1.freebsd.org (Postfix) with ESMTP id F31F38FC1E for ; Fri, 16 Jan 2009 18:27:07 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: by ewy14 with SMTP id 14so2625657ewy.19 for ; Fri, 16 Jan 2009 10:27:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=0zISoFGoPGvmoRRZBfsDhC57GBqq2WataVmiI+/JS00=; b=WIylK97GpUToSxTvAhmHzJvoex+5sLo6WFS1e21g7S1V75SGU2Vl05/4q7ZtwavgB2 UAzi/WoIDvAnkKa7UdsJp3pYbCTxeVl7GkalQiFu0N311meQy1ToSTtA6WTtUTO+MdFc PsndqRSxLf2G1iRGtvLMC+7nkhv7kt8ajIlJ8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=W6eOHjmFqj0VsSGdGm/D5abe33QD1CcPyExPAHbk/L27ew6PC3ZyVbHdsdeaONqhZm iEz1y9dANkI2rWl9UQu2YX+C+nXinBkCtR5HvkruDEn+KdTP3vFLOOB+ZByerQ6ocXpN xnQ2G2PYpmm/I2+fPL5hSzMoq4aby2Ij34tqk= Received: by 10.210.22.16 with SMTP id 16mr2827576ebv.61.1232130426777; Fri, 16 Jan 2009 10:27:06 -0800 (PST) Received: from gumby.homeunix.com (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mx.google.com with ESMTPS id b33sm2602380ika.3.2009.01.16.10.27.05 (version=SSLv3 cipher=RC4-MD5); Fri, 16 Jan 2009 10:27:06 -0800 (PST) Date: Fri, 16 Jan 2009 18:27:02 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20090116182702.67853017@gumby.homeunix.com> In-Reply-To: <4970C565.1000304@njit.edu> References: <4970C565.1000304@njit.edu> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.11; i386-portbld-freebsd7.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: RAM/Memory resources on 7 STABLE 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, 16 Jan 2009 18:27:08 -0000 On Fri, 16 Jan 2009 12:35:33 -0500 Tim Kellers wrote: > I've never noticed this (the slow decline of Free) before on any > machine I've had. Maybe that just means it has happened and I > haven't noticed it, but I don't know. FreeBSD has worked like that for a long time, it doesn't free memory as long as there's a better use for it. It just maintains a few percent free for interrupt handling. It's in the FAQ.