Re: Server specs for a continuous integration system
lothar@...
Am 2013-09-03 00:16, schrieb Chris Tapp:
On 2 Sep 2013, at 22:45, Christian Gagneraud wrote:Hi, this sounds interesting to me.On 03/09/13 00:35, Burton, Ross wrote:Isn't RAID-5 going to be slower, especially if it's software? RAID 1 Having a brief look into wikipedia ( http://en.wikipedia.org/wiki/RAID ) tells me that RAID-1 gives no increase in write speed at all (for sequentioal operations), by theory: 1x ...while a RAID-5 at least in theory, should give you: (n-1)x, assumed the hardware is fast enough to support it (RAID controller!). Having had a small conversation here, I was told we even made experiences on having HW RAID being slowed down by the RAID controller, and its limitation of I/O-operations, that still could be handled. So, it seems to me one motivation why using SW RAID instead of HW RAID is exactly to overcome this limitations of having the bottleneck of a RAID controllers. Question, running RAID-5, have you tried to adjust the chunck size? In our case most I/O operations are on relatively small text files and may require some adjustment to the RAID chunck size value in respect to that fact. BR, Lothar Rubusch
|
|