From owner-freebsd-questions@FreeBSD.ORG Thu Jan 13 20:12:54 2005 Return-Path: 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 5B4AF16A4CE for ; Thu, 13 Jan 2005 20:12:54 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id B435543D3F for ; Thu, 13 Jan 2005 20:12:52 +0000 (GMT) (envelope-from fehwalker@gmail.com) Received: by wproxy.gmail.com with SMTP id 36so751260wri for ; Thu, 13 Jan 2005 12:12:52 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=HfKKOaYMiyjIberpFX/4ixaKYxS+Dmb3LvoYaobqZFEBkLP7Rs8tZJgCTIvSp+cHpCxihxLLSefudBjAh5nzNXjZv0C3/nhdoc0FXPMr696FNcVwWmzfBdj4K4/Za0aIu3U9gkK53jleZ2tJwWDKVOK6+0pm3Fbxz62LFaDh4hI= Received: by 10.54.59.9 with SMTP id h9mr86826wra; Thu, 13 Jan 2005 12:12:51 -0800 (PST) Received: by 10.54.19.59 with HTTP; Thu, 13 Jan 2005 12:12:51 -0800 (PST) Message-ID: <35de0c3005011312124fc99035@mail.gmail.com> Date: Thu, 13 Jan 2005 15:12:51 -0500 From: Bryan Fullerton To: FreeBSD Questions In-Reply-To: <20050113204937.D802@kenmore.kozy-kabin.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20050113204937.D802@kenmore.kozy-kabin.nl> Subject: Re: Memory Question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Bryan Fullerton List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jan 2005 20:12:54 -0000 On Thu, 13 Jan 2005 21:01:19 +0100, Colin J. Raven wrote: > Is there something I can do in order to "optimize" - which in this case > paradoxically would seem to mean "reduce" the amount of free memory? Run more processes that do interesting things. Your top output looks fairly normal for a machine that's freshly rebooted and/or not terribly busy. Bryan