From owner-freebsd-questions@FreeBSD.ORG Tue Jul 21 10:13:36 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2417E1065675 for ; Tue, 21 Jul 2009 10:13:36 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id D4F568FC12 for ; Tue, 21 Jul 2009 10:13:35 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MTCLh-0001f8-5f for freebsd-questions@freebsd.org; Tue, 21 Jul 2009 10:13:29 +0000 Received: from lara.cc.fer.hr ([161.53.72.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Jul 2009 10:13:29 +0000 Received: from ivoras by lara.cc.fer.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Jul 2009 10:13:29 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Ivan Voras Date: Tue, 21 Jul 2009 12:13:17 +0200 Lines: 11 Message-ID: <4A6594BD.7010103@freebsd.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: lara.cc.fer.hr User-Agent: Thunderbird 2.0.0.21 (X11/20090615) In-Reply-To: Sender: news Subject: Re: Disk cache tuning 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: Tue, 21 Jul 2009 10:13:36 -0000 Eugene L. Vorokov wrote: > Hello guys, > > I have an amd64 server with 8 cpu cores and 16Gb of memory, with FreeBSD > 7.2. It is used as a corporate CVS server with several huge repositories > (about 2Gb each), which consist of thousands of rather small files. I need With lots of files you need to tune vfs.ufs.dirhash_maxmem very high. Other than that it is not obvious what could be the problem - you need to gather more information about your system. For example, try running "systat -vm" in the middle of a checkout and report its output.