From owner-freebsd-arch@FreeBSD.ORG Mon Jul 26 19:35:15 2010 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7605A106566C; Mon, 26 Jul 2010 19:35:15 +0000 (UTC) (envelope-from alan.l.cox@gmail.com) Received: from mail-px0-f182.google.com (mail-px0-f182.google.com [209.85.212.182]) by mx1.freebsd.org (Postfix) with ESMTP id 407D58FC1E; Mon, 26 Jul 2010 19:35:15 +0000 (UTC) Received: by pxi8 with SMTP id 8so253501pxi.13 for ; Mon, 26 Jul 2010 12:35:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:reply-to :in-reply-to:references:date:message-id:subject:from:to:cc :content-type; bh=YswMUv+kpVmcWpa2XAWn8SAhKfs40blsor/dZ+FMZbk=; b=D9hO8kPZfm0RFqw9+vmRw4xPxk63NN/17afvZPTcVKzKZWiOV7uPxQ3eQiX0hTdjUC SPxKZtWntL/6fPDmQCpiQ+zqmIc6j0Scih4jlPfeb1AMLCTH8YaVke53fxhsV3mehkX6 bZ7oIhWFGEselPvYEuJTzi26s6RRltG/0sSUo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; b=d/VG4lZQGwyrHCibwJdml/S0r9O+79mDdllPIqTL/ssDfkqHdRh0MXcO2YXRCqK45i ZZycfHT+2IMnoGiQj1cefigPyh1Qj274pMlW3oFxT2eAj2YBgWnWZwzH284Eu9Sq0ivy cQ3IOKdbp7OAcr+n99ht33zDxazA+8jy1K/uM= MIME-Version: 1.0 Received: by 10.114.13.12 with SMTP id 12mr7811003wam.90.1280172914679; Mon, 26 Jul 2010 12:35:14 -0700 (PDT) Received: by 10.229.239.5 with HTTP; Mon, 26 Jul 2010 12:35:13 -0700 (PDT) In-Reply-To: References: <4C4DB2B8.9080404@freebsd.org> <4C4DD1AA.3050906@freebsd.org> Date: Mon, 26 Jul 2010 14:35:13 -0500 Message-ID: From: Alan Cox To: Peter Wemm Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Matthew Fleming , Andriy Gapon , freebsd-arch@freebsd.org Subject: Re: amd64: change VM_KMEM_SIZE_SCALE to 1? X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: alc@freebsd.org List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jul 2010 19:35:15 -0000 Peter, In FreeBSD >= 7.3, the kernel address space limit is no longer 6GB. It is now 512GB. Alan