Re: vfs.hirunningspace on a 3ware 8506
From: Uwe Doering (gemini_at_geminix.org)
Date: 04/21/04
- Previous message: Uwe Doering: "Re: How does disk caching work?"
- In reply to: Petri Helenius: "Re: vfs.hirunningspace on a 3ware 8506"
- Next in thread: Jim C. Nasby: "Re: vfs.hirunningspace on a 3ware 8506"
- Reply: Jim C. Nasby: "Re: vfs.hirunningspace on a 3ware 8506"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 21 Apr 2004 00:55:07 +0200 To: freebsd-performance@freebsd.org
Petri Helenius wrote:
> Jim C. Nasby wrote:
>
>> Has anyone done any testing to see what value of vfs.hirunningspace is
>> optimal for a 3ware 8506-8?
>>
> Do the 3ware controllers actually care about this value due to the
> onboard processing and cache? I thought all writes are satisfied
> immediately?
The controller itself doesn't care, but the kernel does. With the
current implementation, the amount of memory associated with outstanding
read requests is subtracted from vfs.hirunningspace. With many
concurrent read requests there is no reserve left for write operations,
so write performance can suffer substantially.
This balancing effect is actually intended in order to give read
requests some priority, but in high performance systems with fast,
caching raid controllers the default value of said variable is too low
and therefore poses a bottleneck.
Uwe
-- Uwe Doering | EscapeBox - Managed On-Demand UNIX Servers gemini@geminix.org | http://www.escapebox.net _______________________________________________ freebsd-performance@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-performance To unsubscribe, send any mail to "freebsd-performance-unsubscribe@freebsd.org"
- Previous message: Uwe Doering: "Re: How does disk caching work?"
- In reply to: Petri Helenius: "Re: vfs.hirunningspace on a 3ware 8506"
- Next in thread: Jim C. Nasby: "Re: vfs.hirunningspace on a 3ware 8506"
- Reply: Jim C. Nasby: "Re: vfs.hirunningspace on a 3ware 8506"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|