From owner-freebsd-chat@FreeBSD.ORG Fri Apr 28 00:45:22 2006 Return-Path: X-Original-To: freebsd-chat@FreeBSD.ORG Delivered-To: freebsd-chat@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D00C316A408 for ; Fri, 28 Apr 2006 00:45:22 +0000 (UTC) (envelope-from darren.pilgrim@bitfreak.org) Received: from mail.bitfreak.org (mail.bitfreak.org [65.75.198.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B3F443D45 for ; Fri, 28 Apr 2006 00:45:22 +0000 (GMT) (envelope-from darren.pilgrim@bitfreak.org) Received: from [127.0.0.1] (mail.bitfreak.org [65.75.198.146]) by mail.bitfreak.org (Postfix) with ESMTP id 4957619F2C; Thu, 27 Apr 2006 17:45:21 -0700 (PDT) Message-ID: <445165A0.6060505@bitfreak.org> Date: Thu, 27 Apr 2006 17:45:20 -0700 From: Darren Pilgrim User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: Francisco Reyes References: <200604211034.k3LAY0TP096656@lurza.secnetix.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-chat@FreeBSD.ORG Subject: Re: What ever happened to Terasolutions? X-BeenThere: freebsd-chat@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Non technical items related to the community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Apr 2006 00:45:22 -0000 Francisco Reyes wrote: > Oliver Fromme writes: > >> (In other words: PAE might enable you to use RAM >= 4 GB, >> but your processes will still be limited to 32bit address >> space.) > > Thanks for the pointer. > That is a good reason to go AMD64 if one has apps which will require > lots of RAM, although I can't think of any program I use ever needing > 4GB+ for a single program. PostgreSQL uses shared buffers. The address space for each server process could easily exceed 4 GB unless SYSVSHM is a special case.