From owner-freebsd-stable@FreeBSD.ORG Thu Oct 18 19:34:40 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB35B16A420 for ; Thu, 18 Oct 2007 19:34:40 +0000 (UTC) (envelope-from muffaleta@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.188]) by mx1.freebsd.org (Postfix) with ESMTP id 5DD3B13C469 for ; Thu, 18 Oct 2007 19:34:40 +0000 (UTC) (envelope-from muffaleta@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so278072fka for ; Thu, 18 Oct 2007 12:34:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=YGqHe8PVdhSYzA7b6eULVuKVBlvGOF6l4uwOUJPaW/U=; b=XERI4v3z/4d9sAdPtLbbBUVx3irPR/u7LiCrsodn1cqLi/C7fJtlAvtD6YLTsQk8IGSDCs8iSoWwoxfGtKIlWwbWXaBNTcQfciVrLgjw3zS4vlGgHFKlrPceSXyV6aCPhySTQ0KzTTkSBDGbMYXEafRAQswrEvykhis8lWCVoEI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=NIxdSROp4x+5bJxVywnL8m/vq9zHhFlY95G+aVcHrwvQjLU1hjgR30fWLlZYIbqYRruDMfIeggKyxs0Y4UlNvP53GpVcqwImmkARhMjh7isuAgyJzk7ohXK3akmpsbKGuAdEO11bUItDWIrRtL5AeRv0dY0RgCX3ZxVliVLnuxA= Received: by 10.82.114.3 with SMTP id m3mr1778941buc.1192734422382; Thu, 18 Oct 2007 12:07:02 -0700 (PDT) Received: by 10.82.105.3 with HTTP; Thu, 18 Oct 2007 12:07:02 -0700 (PDT) Message-ID: <7bc80d500710181207pe161b81j3131d370bbbbc631@mail.gmail.com> Date: Thu, 18 Oct 2007 12:07:02 -0700 From: "Christopher Chen" To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: rpc.statd--256M okay, but 1G? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Oct 2007 19:34:41 -0000 Is there a simple and easy reason why rpc.statd would mmap 1G? I've read the FAQ and understand why it would allocate 256M, but this one shows 1G--file.c in /usr/src/usr.sbin/rpc.statd is still set to allocate 256M, btw. This is a 6.2 machine on i386, with 4G RAM, but PAE is not enabled. That's what I would assume, that if PAE was enabled, it may change the characteristics of that mmap (but even then, the address space of each process would be the same...) The machine is a nfs client, has no exports, and has two mounts. Any quick thoughts? -- Chris Chen "I want the kind of six pack you can't drink." -- Micah