From owner-freebsd-questions@FreeBSD.ORG Tue Jul 5 19:43:39 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CD9316A41C for ; Tue, 5 Jul 2005 19:43:36 +0000 (GMT) (envelope-from scuba@centroin.com.br) Received: from gorgo.centroin.com.br (gorgo.centroin.com.br [200.225.63.128]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9EC544797 for ; Tue, 5 Jul 2005 19:07:30 +0000 (GMT) (envelope-from scuba@centroin.com.br) Received: from hypselo.centroin.com.br (hypselo.centroin.com.br [200.225.63.1]) by gorgo.centroin.com.br (8.12.10/8.12.9) with ESMTP id j65J76Dt016461; Tue, 5 Jul 2005 16:07:07 -0300 (EST) Date: Tue, 5 Jul 2005 16:07:06 -0300 (EST) From: Sender: To: Chuck Swiger In-Reply-To: <42CACE54.8090103@mac.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: FreeBSD questions Subject: Re: Where is the memory 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: Tue, 05 Jul 2005 19:43:39 -0000 On Tue, 5 Jul 2005, Chuck Swiger wrote: |scuba@centroin.com.br wrote: |[ ... ] |> =09My problem is that I think something in the system is allocating |> memory and not releasing it. | |The kernel will attempt to use all but a little RAM reserved as free space= to |cache stuff from disk, unless and until that memory is needed for somethin= g else. =09It seems that this is the case. I wrote a small program to allocate a large block of memory (more them that shown as free) and the system doesn=B4t swap. =09That is the memory top shows as "Inactive"? Thank you, - Marcelo Souza