From owner-freebsd-questions@FreeBSD.ORG Thu Mar 6 17:07:11 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F8681065670 for ; Thu, 6 Mar 2008 17:07:11 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mail.bsdforen.de (bsdforen.de [212.204.60.79]) by mx1.freebsd.org (Postfix) with ESMTP id 4EA038FC17 for ; Thu, 6 Mar 2008 17:07:11 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mobileKamikaze.norad (nat-wh-1.rz.uni-karlsruhe.de [129.13.72.169]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bsdforen.de (Postfix) with ESMTP id E62F1405BCE; Thu, 6 Mar 2008 18:07:09 +0100 (CET) Message-ID: <47D024BC.4050509@bsdforen.de> Date: Thu, 06 Mar 2008 18:07:08 +0100 From: Dominic Fandrey User-Agent: Thunderbird 2.0.0.12 (X11/20080303) MIME-Version: 1.0 To: Paul Schmehl References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: Some questions about installing a web server. 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: Thu, 06 Mar 2008 17:07:11 -0000 Paul Schmehl wrote: > --On Thursday, March 06, 2008 16:25:44 +0800 "??????" > wrote: > >> Hi guys, >> >> I'm a freshman man here. Please do not mind my silly questions. >> >> I am ready to install a web server, the main hardwares are as follows: >> CPU 4-core xeon 5410 * 2 >> MEM kingston 2G EEC FBD667 * 2 >> HD ST146G SAS 15K * 1 >> >> I have several questions. >> Which platform should I chooses? amd64 or i386? > > i386. Definitely not. >> Is 4G memory enough for 2000 people online? >> > Depends on what you're doing. Should be for most cases. With 4G of memory i386 really isn't a choice. Unless you feel adventurous and want to try PAE. I'd stick with amd64. All the webserver stuff works fine there and it allows you to extend the memory later on if the need arises.