> Does anyone have any feel for the requirements (disk space, memory, anything else you can think of) of a virtual machine (say Centos Linux), > set up as a CruiseControl.rb build machine?
On a couple of CC.rb installations I oversee, long living dashboard processes tend to have RSS of about 40-50 Mb, and builder process are around 35-40 Mb. MRI never releases memory back to the OS, so those are the right numbers. Multiply by some safety factor and add whatever your build process itself uses. 256 or 512 Mb should be it. --Alex _______________________________________________ Cruisecontrolrb-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users
