On Thu, Sep 18, 2014 at 9:55 AM, Alex Demitri <[email protected]> wrote:
> Also, i received suggestions to move to SSD and contention of disk
> resources.. How are disk resources affecting the time of the build?
>
With disks, it is usually head seek time that is much more of a
problem than data transfer speed. And if your VMs share the same
physical disks for their virtual disk images, they are always going to
want the heads to be in different places. You may be able to avoid
some of this problem by arranging to put the virtual disks on
different physical host drives, or using raids with a very large
number of drive members. SSDs avoid it by not needing to move a
physical head to access different locations.
--
Les Mikesell
[email protected]
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.