From owner-freebsd-cvsweb@FreeBSD.ORG Wed Oct 19 01:33:36 2005 Return-Path: X-Original-To: freebsd-cvsweb@freebsd.org Delivered-To: freebsd-cvsweb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B94A016A41F for ; Wed, 19 Oct 2005 01:33:36 +0000 (GMT) (envelope-from noackjr@alumni.rice.edu) Received: from smtp103.biz.mail.mud.yahoo.com (smtp103.biz.mail.mud.yahoo.com [68.142.200.238]) by mx1.FreeBSD.org (Postfix) with SMTP id 0667143D46 for ; Wed, 19 Oct 2005 01:33:35 +0000 (GMT) (envelope-from noackjr@alumni.rice.edu) Received: (qmail 56891 invoked from network); 19 Oct 2005 01:33:35 -0000 Received: from unknown (HELO optimator.noacks.org) (noackjr@supercrime.org@24.99.22.177 with login) by smtp103.biz.mail.mud.yahoo.com with SMTP; 19 Oct 2005 01:33:35 -0000 Received: from localhost (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id 9B7FA60E8; Tue, 18 Oct 2005 21:33:32 -0400 (EDT) Received: from optimator.noacks.org ([127.0.0.1]) by localhost (optimator.noacks.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 23839-07; Tue, 18 Oct 2005 21:33:31 -0400 (EDT) Received: from [192.168.1.9] (bastion.noacks.org [192.168.1.9]) by optimator.noacks.org (Postfix) with ESMTP id 8569160D9; Tue, 18 Oct 2005 21:33:31 -0400 (EDT) Message-ID: <4355A26B.4080201@alumni.rice.edu> Date: Tue, 18 Oct 2005 21:33:31 -0400 From: Jonathan Noack User-Agent: Thunderbird 1.4.1 (Windows/20051006) MIME-Version: 1.0 To: Olivier Nicole References: <200510190107.j9J17rAe033455@banyan.cs.ait.ac.th> In-Reply-To: <200510190107.j9J17rAe033455@banyan.cs.ait.ac.th> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at noacks.org Cc: freebsd-cvsweb@freebsd.org Subject: Re: Hadware spec for a CVSUP server X-BeenThere: freebsd-cvsweb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: noackjr@alumni.rice.edu List-Id: CVS Web maintenance mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2005 01:33:36 -0000 > In order to prepare the budget I'd need to have few figures on the > size of the machine to dedicate to the service. > > 1) what is the size of the data to store? This is not a full list, but here are figures for my partial mirror: [/home/ncvs] $ du -hd 1 1.4G ./src 911M ./ports 182M ./doc 114M ./www 1.4M ./CVSROOT 4.9M ./CVSROOT-doc 21M ./CVSROOT-ports 2.3M ./CVSROOT-projects 27M ./CVSROOT-src 730K ./distrib 56M ./projects 12K ./root 2.7G . Mirroring www, gnats, and mail-archive takes MUCH MORE space. > 2) how much new data are coming daily? Not a whole lot for me. > 3) any specific resource regarding CPU and memory? Tons of RAM (I run 2GB and want more) and fast disks will make the biggest difference. As long as your CPU is not overly slow it should not hinder you (any modern CPU will do). This is mostly an I/O operation... > 4) how much data I am expected to serve daily (that one is tough)? > 5) any other thing I may forget. I only use my server in house, so I can't speak to these. Jon