From owner-freebsd-questions@FreeBSD.ORG Fri Apr 10 17:13:05 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 15B26C1 for ; Fri, 10 Apr 2015 17:13:05 +0000 (UTC) Received: from miucha.iecc.com (abusenet-1-pt.tunnel.tserv4.nyc4.ipv6.he.net [IPv6:2001:470:1f06:1126::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "miucha.iecc.com", Issuer "StartCom Class 1 Primary Intermediate Server CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 8C33D7BA for ; Fri, 10 Apr 2015 17:13:04 +0000 (UTC) Received: (qmail 53723 invoked from network); 10 Apr 2015 17:13:02 -0000 Received: from miucha.iecc.com (64.57.183.18) by mail1.iecc.com with QMQP; 10 Apr 2015 17:13:02 -0000 Date: 10 Apr 2015 17:12:40 -0000 Message-ID: <20150410171240.770.qmail@ary.lan> From: "John Levine" To: freebsd-questions@freebsd.org Subject: Re: How FreeBSD manage more than 4GB on 32 bits architecture In-Reply-To: <552794F7.60306@asim.lip6.fr> Organization: X-Headerized: yes Mime-Version: 1.0 Content-type: text/plain; charset=utf-8 Content-transfer-encoding: 8bit Cc: Pierre-Yves.Peneau@lip6.fr X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Apr 2015 17:13:05 -0000 >> If you need more than that, you use a 64 bit architecture. > >But it exists :-) We have a simulate environment, and a real >prototype which have 24 clusters (i.e. 96 CPUs) and 96GB of physical >memory. All of this with 32 RISC processors. I believe they can build it. But I think you will find it very difficult to program. Every system that requires programs to be decomposed into cooperating loosely coupled parts to get full performance has hit this wall. >Thank you for your advices. I agree with you, but it's an internship, >I can't say "Please, would you like to change all your CPUs for me ?" >:-) Moreover, the main challenge is to deal with huge memory with 32 >bits processors (only RISC), I think it's really interesting. It'll certainly be a learning experience, even if what you learn is "don't do that again." Good luck. R's, John