Re: (S)ATA performance in FBSD 6.2/7.0
- From: Wojciech Puchar <wojtek@xxxxxxxxxxxxxxxxxx>
- Date: Fri, 2 Mar 2007 10:43:34 +0100 (CET)
another while the box didn't do anything else than copying. I watched the copy process via 'systat -vmstat 1' and realized, that the value of 'KB/t' never go byond 128 (128kb buffer limit?). But more frustrating, I never got
what's wrong? FreeBSD uses 128k limit by default.
edit /usr/src/sys/sys/param.h
and change
#define MAXPHYS (128 * 1024) /* max raw I/O transfer size */
to say
#define MAXPHYS (1024 * 1024) /* max raw I/O transfer size */
_______________________________________________
freebsd-performance@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-performance
To unsubscribe, send any mail to "freebsd-performance-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: (S)ATA performance in FBSD 6.2/7.0
- From: Divacky Roman
- Re: (S)ATA performance in FBSD 6.2/7.0
- References:
- (S)ATA performance in FBSD 6.2/7.0
- From: O. Hartmann
- (S)ATA performance in FBSD 6.2/7.0
- Prev by Date: Re: (S)ATA performance in FBSD 6.2/7.0
- Next by Date: Re: (S)ATA performance in FBSD 6.2/7.0
- Previous by thread: Re: (S)ATA performance in FBSD 6.2/7.0
- Next by thread: Re: (S)ATA performance in FBSD 6.2/7.0
- Index(es):