From owner-freebsd-amd64@FreeBSD.ORG Wed Jun 8 17:09:43 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DBF816A41C for ; Wed, 8 Jun 2005 17:09:43 +0000 (GMT) (envelope-from lists@natserv.com) Received: from mail1.acecape.com (mail1.acecape.com [66.114.74.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id D523443D4C for ; Wed, 8 Jun 2005 17:09:42 +0000 (GMT) (envelope-from lists@natserv.com) Received: from zoraida.natserv.net (p65-147.acedsl.com [66.114.65.147]) by mail1.acecape.com (8.12.11/8.12.11) with ESMTP id j58H9fI3028119; Wed, 8 Jun 2005 13:09:41 -0400 Date: Wed, 8 Jun 2005 13:09:41 -0400 (EDT) From: Francisco Reyes X-X-Sender: fran@zoraida.natserv.net To: Vivek Khera In-Reply-To: Message-ID: <20050608130606.U10134@zoraida.natserv.net> References: <20050608091315.E8933@zoraida.natserv.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: FreeBSD amd64 List Subject: Re: Programs memory usage in AMD64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jun 2005 17:09:43 -0000 On Wed, 8 Jun 2005, Vivek Khera wrote: >> sshd takes under 3MB in i386. It takes close to 30MB in AMD64! > > That's the VSZ I see. I'm sure that includes the entire shared object size > as well, which doesn't really matter since they are shared in physical > memory. The RSS are comparable. Thanks for the info. So I guess the "real size" in AMD64 is reporting shared objects. I wonder if that is the way we want it to report.. I will look at RES then..