terrible performance in 6.1beta4
    Kris Kennaway 
    kris at obsecurity.org
       
    Thu Mar 30 20:59:02 UTC 2006
    
    
  
On Thu, Mar 30, 2006 at 10:49:01PM +0200, usleepless at gmail.com wrote:
> Kris,
> 
> > Yes, this is my impression of the problem too.  Any time your process
> > is waiting on disk I/O it is going to perform terribly (on any OS -
> > disks are slow), and the way to fix this is to make sure it does as
> > little I/O as possible (by allowing everything to be cached in RAM).
> 
> just for my curiosity, do you share my opinion on the fsync issue?
Actually I seem to recall that on Linux with default settings fsync()
lies and does not actually sync data before returning, so maybe it's
worth turning off on FreeBSD too if you're comfortable with the
implications of this.
Kris
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20060330/36e215b8/attachment.pgp
    
    
More information about the freebsd-questions
mailing list