From owner-freebsd-questions@FreeBSD.ORG Thu Jul 14 00:33:20 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 2C48016A41C for ; Thu, 14 Jul 2005 00:33:20 +0000 (GMT) (envelope-from smurphy@calarts.edu) Received: from muse.calarts.edu (muse.calarts.edu [198.182.157.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6C7F43D45 for ; Thu, 14 Jul 2005 00:33:19 +0000 (GMT) (envelope-from smurphy@calarts.edu) Received: from [198.182.157.175] (not-in-use.calarts.edu [198.182.157.175] (may be forged)) by muse.calarts.edu (8.11.7p1+Sun/8.11.7) with ESMTP id j6E0XIL11227 for ; Wed, 13 Jul 2005 17:33:18 -0700 (PDT) Message-ID: <42D5B2F4.4070203@calarts.edu> Date: Wed, 13 Jul 2005 17:33:56 -0700 From: Sean Murphy User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Memory Problem? LEAK? 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: Thu, 14 Jul 2005 00:33:20 -0000 FreeBSD 5.4 Release Kernel is generic with SMP and Quotas I was monitoring the system while running make and i noticed that the Free Memory would slowly tick down while make is running I figured that was normal. However when it was finished it did not return the Memory to Free Status. It must reclaim some RAM because It never touches the swap when I launch a program. This is a sever not in production yet it has no user base and no load so I don't see a reason for this. here is an output from w 5:29PM up 1 day, 7:49, 2 users, load averages: 0.01, 0.03, 0.00 I am curious why FreeBSD does not free the Inactive RAM? Is this Normal? If so does it ever reclaim the RAM? here is the output from top Mem: 102M Active, 1661M Inact, 156M Wired, 8604K Cache, 112M Buf, 75M Free Swap: 5120M Total, 5120M Free