From owner-freebsd-questions@FreeBSD.ORG Fri Feb 26 08:37:53 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 19D561065675 for ; Fri, 26 Feb 2010 08:37:53 +0000 (UTC) (envelope-from nlandys@gmail.com) Received: from mail-qy0-f185.google.com (mail-qy0-f185.google.com [209.85.221.185]) by mx1.freebsd.org (Postfix) with ESMTP id CD6668FC24 for ; Fri, 26 Feb 2010 08:37:52 +0000 (UTC) Received: by qyk15 with SMTP id 15so1684132qyk.10 for ; Fri, 26 Feb 2010 00:37:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=riyWeyVpv4ZE4FFsmApEZwMtAN0fPtNvuSaxtWHJS98=; b=OlfW5hU+cPZQj7K1woddODidZudP+EsJpKNuAV8XVlPup2ncInVz+b4vyIYWOCHZuu jw8mgX9kRfcEVh8b0XRg9/3MCNBkYWRBVSps1bclGhneNDWq64UTO66S6SNxA0qTSZXY V+HFWxHTH62QpMk3d3V+sQQehb8JjPB6LaTtw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=eQRMaldpPCSWOTfgxzjqWuwqhbuDuatYf6KyqZmSTjvufAx5BQ/f4b75TUz+i7AoFc x0++Vw6g35ByOzrhd496sDJGdM49IxU4ac0Dj36UXX02YTybZ8XoEs37Rj7C4lTAOTgQ N0JCFITx4lPjY1PHMOwvpfm1Brqymr/gTFvE4= MIME-Version: 1.0 Received: by 10.229.81.81 with SMTP id w17mr35036qck.4.1267173463709; Fri, 26 Feb 2010 00:37:43 -0800 (PST) Date: Fri, 26 Feb 2010 00:37:43 -0800 Message-ID: <560f92641002260037h4b258a81v2f24e96192365ea5@mail.gmail.com> From: Nerius Landys To: FreeBSD Mailing List Content-Type: text/plain; charset=ISO-8859-1 Subject: 8.0 PAE kernel, KVA and kern.maxvnodes 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: Fri, 26 Feb 2010 08:37:53 -0000 I have a 32 bit FreeBSD 8.0 running on a quad core Xeon machine with 6 gigs of RAM. I decided on a 32 bit vs 64 for various reasons. So now I need to enable PAE in the kernel, easy enough. I had a look through all the relevant man pages and I've successfully modified my kernel configuration file. I just have one concern remaining. I do a "man 4 pae" and the last paragraph has me worried a bit. It's regarding KVA_PAGES and kern.maxvnodes. I'm not really sure what they mean there in the man page, and the "tuning" manpage does not give further details on this subject. The Google hits that I got regarding this are a bit outdated as well. Should I tamper with these values (KVA_PAGES and/or kern.maxvnodes)? If so, what are some good settings for my 6 gig machine running FreeBSD 8.0? Or maybe just leave as-is?