1

possible duplicate: Assessment & Planning Toolkit

I'm planning to rent a dedicated server from our provider that will host several services (SVN, LDAP, etc) each as a dedicated virtual machine. I guesstimate there will be between 5-10 servers, none of which should be under a particularly heavy load.

If I run this under Xen, how much memory/processing/disk should I ask for? Roughly? Any rules of thumb?

lindelof
  • 909
  • 1
  • 8
  • 11

3 Answers3

3
  1. Figure out how much min/average/max CPU each VM will need, add them together, add 1-1.5Ghz for the OS and hypervisor
  2. Add all the VM's memory requirements together, add ~15-20% plus the OS.
  3. Add all the VM's disk requirements together, add 10% plus whatever the OS plus swapfile needs.

Can's say any more without knowing a lot more indeed.

Chopper3
  • 100,240
  • 9
  • 106
  • 238
1

Depends on the OS, but for a network that small doing basic services, I'd probably setup the VMs with access to 1-2 processor cores and 2 GB of RAM each. Of course, if you're talking about hosting some types of systems (Microsoft Small Business Server, for example, then you need a MINIMUM of 4 GB for that VM and frankly, even for a small environment like that, I'd go with 8 GB for it.

But that's a really basic suggestion based on the really limited information you've provided.

Multiverse IT
  • 1,815
  • 9
  • 10
1

Are you wedded to Xen? If not, consider using OpenVZ. Its resource requirements are much lower than Xen. In my experience, one can fit 2 to 4 times as many OpenVz guests as Xen guests on a given hardware platform. The main drawback is that all OpenVZ guests share the same kernel (although each guest is still otherwise independent and can be stopped, started, and rebooted independently of the others), and thus somewhat less isolated from each other than Xen guests.

Steven Monday
  • 13,019
  • 4
  • 35
  • 45
  • I'm not necessarily wedded to Xen, but as I'm going to be the one administering this machine I'd really like to use something that will cause me the less headaches. From what I gathered, Xen was more or less the leading solution in this space, isn't it? – lindelof Oct 23 '10 at 14:18
  • 1
    Depends. Many would cal lthat VmWare followed by MS Hyper-V. – TomTom Nov 05 '10 at 15:46
  • @lindelof - what TomTom says, VMWare is WAY ahead of all other hypervisors in functionality and usability. – Chopper3 Nov 05 '10 at 16:19