Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Aug 2007 03:56:46 -0400
From:      Kris Kennaway <kris@obsecurity.org>
To:        Wojciech Puchar <wojtek@wojtek.tensor.gdynia.pl>
Cc:        freebsd-questions@freebsd.org, Kris Kennaway <kris@obsecurity.org>
Subject:   Re: parformance patch?
Message-ID:  <20070804075646.GA3872@rot26.obsecurity.org>
In-Reply-To: <20070804093853.F24954@wojtek.tensor.gdynia.pl>
References:  <20070803172639.F17414@wojtek.tensor.gdynia.pl> <20070803164621.GA65921@rot26.obsecurity.org> <20070803220027.C19191@wojtek.tensor.gdynia.pl> <20070803202757.GA68434@rot26.obsecurity.org> <20070804093853.F24954@wojtek.tensor.gdynia.pl>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Aug 04, 2007 at 09:40:14AM +0200, Wojciech Puchar wrote:
> >>loaded servers for over a year with FreeBSD 6.2
> >
> >Lucky you ;) Doesn't mean that parts of the kernel you're not using
> >can handle it.
> 
> well - it exactly mean that it can :)

I know for a fact that MAXPHYS cannot safely just be increased without
other work, so if you are interested in working on this you should
study more carefully how it is used directly and indirectly by other
parts of the kernel.

> >This is pageout, not pagein.  Probably the negative effect is that the
> >when paging out the system does I/O in larger chunks, improving swap
> >throughput but increasing delays for other applications.
> 
> actually i tested changing it to 64 it was positive improvement, but after 
> shutting down kernel crashed.

Did you measure interactivity and other aspects of performance during
pageout?

Kris



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070804075646.GA3872>