From owner-freebsd-questions@FreeBSD.ORG Tue Jul 5 22:50:10 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 CBCA516A41C for ; Tue, 5 Jul 2005 22:50:10 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74CA543D49 for ; Tue, 5 Jul 2005 22:50:10 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 8BC0F5E46; Tue, 5 Jul 2005 18:50:09 -0400 (EDT) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 07741-06; Tue, 5 Jul 2005 18:49:58 -0400 (EDT) Received: from [192.168.1.3] (pool-68-161-54-113.ny325.east.verizon.net [68.161.54.113]) by pi.codefab.com (Postfix) with ESMTP id 257CC5CF0; Tue, 5 Jul 2005 18:49:57 -0400 (EDT) Message-ID: <42CB0E95.5030808@mac.com> Date: Tue, 05 Jul 2005 18:49:57 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 X-Accept-Language: en-us, en MIME-Version: 1.0 To: scuba@centroin.com.br References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: amavisd-new at codefab.com 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 22:50:10 -0000 scuba@centroin.com.br wrote: > On Tue, 5 Jul 2005, Chuck Swiger wrote: [ ... ] > It 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´t swap. Nor should it. Simply allocating memory doesn't actually use it, you'd have to write something to each page... > That is the memory top shows as "Inactive"? Hmm. It's not clear what memory you're talking about here, although the FAQ provides an explanation that might clarify matters. -- -Chuck