From owner-freebsd-questions@FreeBSD.ORG Thu Feb 5 09:18:15 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 4BAEB106564A for ; Thu, 5 Feb 2009 09:18:15 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 9B1C58FC13 for ; Thu, 5 Feb 2009 09:18:12 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3) with ESMTP id n159I4DN022604; Thu, 5 Feb 2009 10:18:04 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3/Submit) with ESMTP id n159I453022601; Thu, 5 Feb 2009 10:18:04 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Thu, 5 Feb 2009 10:18:04 +0100 (CET) From: Wojciech Puchar To: Yavuz In-Reply-To: <55DE6E126D0C43288ECF48842AB6903D@desktop2002> Message-ID: <20090205101758.I22600@wojtek.tensor.gdynia.pl> References: <1E37AE87F15C4E34B6EB1002AADEB87A@desktop2002> <4989F825.3020609@gmail.com> <55DE6E126D0C43288ECF48842AB6903D@desktop2002> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Adam Vande More , freebsd-questions@freebsd.org Subject: Re: is there any way to increase disk performance ? 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, 05 Feb 2009 09:18:15 -0000 > > while I was looking into this case in google, I see a value of MAXPHYS > in my kernel, there is a value called MAXPHYS=(128*1024) as default. > What should I set this value ? i use 1024*1024 > > > >> Yavuz wrote: >>> I have freebsd7 (amd64 bit) and sata2 disk 7200 rpm. >>> >>> it's running mail server which has services like pop3,imap,smtp and >>> webmail on this machine. >>> >>> When I type systat 1 -vmstat on command line, even I rarely see that disk >>> usage hits 100%. >>> I have no problem as ram and cpu. they is enough. >>> >>> is there any way to increase disk performance without causing any problem >>> ? >>> >> sysctl vfs.read_max=32 can help read performance >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to >> "freebsd-questions-unsubscribe@freebsd.org" >> > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > >