Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


tatbaird

142 posts

Master Geek


#90682 27-Sep-2011 20:05
Send private message

Anyone with experience running multiple virtual machines on one host? Specifically VMware workstation running server 2008 under win7 64. Core i7 920 and 6 gig ram. You reckon I could squeeze five simultaneous VM's out of that? That'll be a server base, 2 full clones and two linked clones.

Cheers. 

Create new topic
kyhwana2
2566 posts

Uber Geek


  #526470 27-Sep-2011 20:56
Send private message

5 VMs? All depends on what they do and how much RAM they need. You might be hitting IO limits if you're just running it off a single spinning drive.



tatbaird

142 posts

Master Geek


  #526525 27-Sep-2011 22:20
Send private message

Mostly I'll just be working on various server concepts. I figure around a gig of ram per instance. There shouldn't be too much hard disk usage for anything. Anyway, I suppose it'll just be trial and error.

Zeon
3916 posts

Uber Geek

Trusted

  #526533 27-Sep-2011 22:32
Send private message

6GB isn't too much but it may be OK if you give each VM 512MB or so. Put it this way we upgraded from 16GB to 48GB on one of our main hosts due to RAM limitations.




Speedtest 2019-10-14




networkn
Networkn
32349 posts

Uber Geek

ID Verified
Trusted
Lifetime subscriber

  #526548 27-Sep-2011 23:13
Send private message

If it's just for testing I would think 512 to 1024MB per server (Without additional things like exchange) and 256MB for every xp machine

gzt

gzt
17104 posts

Uber Geek

Lifetime subscriber

  #526571 28-Sep-2011 01:58
Send private message

I have done that sort of thing on lesser spec machines. Main thing is have your o/s on a different drive from the vm storage area. If there is not a lot of disk access going on you will be a-ok.

If you have more disks available to separate your non-linked vm's further, that's even better.

timmmay
20574 posts

Uber Geek

Trusted
Lifetime subscriber

  #526620 28-Sep-2011 09:21
Send private message

It really depends what you're doing with the servers. Figure 515MB-1GB per VM for the OS, plus whatever software you're running. You might get away with it if the unused code is swapped to disk, it's hard to say.

I ran 3-5 VMs for development work once, it went a lot faster when I went from 8GB to 16GB RAM.

tonyhughes
Hawkes Bay
8476 posts

Uber Geek

Retired Mod
Trusted
Lifetime subscriber

  #526635 28-Sep-2011 10:00
Send private message

Think about your bare minimum requirements for RAM, then double it. Agree with posts above re: spindles. Get the machines on different disks - certainly your production machine(s) anyway.

Re number of machines? Have gone crazy and run many VMs before, but my advice is to run ~5, depending on your hardware and software specs and requirements. If you just want a bunch of XP instances doing 5/8ths of not very much, by all means, stick 10 of 'em on there. If you are starting to do grunt work anywhere, think about RAM, disk access, LAN throughput, and CPU time required, and you may start revising the number of VMs down quite quickly.

Note: Just realised this is for VMWare workstation. I'd say max 5 in any case on the desktop, although I haven't virtualised anything for a couple years now.







 
 
 

Cloud spending continues to surge globally, but most organisations haven’t made the changes necessary to maximise the value and cost-efficiency benefits of their cloud investments. Download the whitepaper From Overspend to Advantage now.
tatbaird

142 posts

Master Geek


  #526801 28-Sep-2011 15:25
Send private message

Ok, thanks a lot guys. Some valuable info here especially moving things around to separate drives. Hadn't considered that. I'll see how it goes with 6 GB ram and if things get sketchy I'll consider an upgrade. Bearing in mind also that this is just a test environment on my home PC. Not only that but I'll also want to be running some GNS3 routing simulation as well as a VM'd Apache server. On second thoughts I'll probably have to shell out for another cheap laptop or two to get thing running sweetly.

Cheers 

tonyhughes
Hawkes Bay
8476 posts

Uber Geek

Retired Mod
Trusted
Lifetime subscriber

  #526803 28-Sep-2011 15:26
Send private message

Any money spent on secondhand laptops is better spent on more RAM if your system can handle it.







timmmay
20574 posts

Uber Geek

Trusted
Lifetime subscriber

  #526804 28-Sep-2011 15:30
Send private message

Laptops would be a pretty bad way to go I think. Slower processors, slower disks, and more expensive. A modern CPU with plenty of RAM and disks would be better.

Moving from one to two disks made a huge difference for our VMs. One disk per VM would be good, if it was loaded at all.

gzt

gzt
17104 posts

Uber Geek

Lifetime subscriber

  #527850 30-Sep-2011 20:02
Send private message

Forgot to mention - Tip: if/when you are installing o/s, set the memory very high, it completes in good time. After you have it installed and configured how you want then reduce the memory in traditional increments as low as you can get away with for the function of the server. You can nearly get away with murder. If something just needs to sit there and service domain logon requests and authenticate a few things you can get away with well below the minimum specified. Don't try this at work ; ).

tatbaird

142 posts

Master Geek


  #527968 1-Oct-2011 10:52
Send private message

"Forgot to mention - Tip: if/when you are installing o/s, set the memory very high, it completes in good time. After you have it installed and configured how you want then reduce the memory in traditional increments as low as you can get away with for the function of the server. You can nearly get away with murder. If something just needs to sit there and service domain logon requests and authenticate a few things you can get away with well below the minimum specified. Don't try this at work ; )."


Beautiful, thanks. I'm still waiting for my desktop to be shipped here from my previous location. Will be here next week. When I've got it I'll play around and post results and conclusions here for anybody's future reference. Cheers guys, there's a lot of good info here.

tatbaird

142 posts

Master Geek


  #560017 20-Dec-2011 17:13
Send private message

Well ok, for anyone interested and reading this. Cheers again for all the suggestions. As of right now I have 7 VMWare virtual machines running simultaneously, all on the same drive, using around 7GB ram. That's 2 DC's and one file server (server2008) 3 clients (2 XP and one slackware) and one Apache server (red hat). I'm finding the use of only one spinning drive not really a problem as there really isn't a lot of I/O going on at the same time from all machines. Additionally I've got all VM's clouded in to GNS3 with routing set up, as the only painless way to integrate this with GNS3 is to have all machines on different host only VMnets. I tried for two days to get Virtualbox running as sweetly, but I found networking in Vbox problematic.
This kind of setup is pretty cool for anyone chasing certs or just looking to practice or test out networks before deployment. You can play around with different scenarios, topologies and configurations on multiple OS platforms, AD, Exchange, Routing, Web serving, whatever.

Create new topic





News and reviews »

Air New Zealand Starts AI adoption with OpenAI
Posted 24-Jul-2025 16:00


eero Pro 7 Review
Posted 23-Jul-2025 12:07


BeeStation Plus Review
Posted 21-Jul-2025 14:21


eero Unveils New Wi-Fi 7 Products in New Zealand
Posted 21-Jul-2025 00:01


WiZ Introduces HDMI Sync Box and other Light Devices
Posted 20-Jul-2025 17:32


RedShield Enhances DDoS and Bot Attack Protection
Posted 20-Jul-2025 17:26


Seagate Ships 30TB Drives
Posted 17-Jul-2025 11:24


Oclean AirPump A10 Water Flosser Review
Posted 13-Jul-2025 11:05


Samsung Galaxy Z Fold7: Raising the Bar for Smartphones
Posted 10-Jul-2025 02:01


Samsung Galaxy Z Flip7 Brings New Edge-To-Edge FlexWindow
Posted 10-Jul-2025 02:01


Epson Launches New AM-C550Z WorkForce Enterprise printer
Posted 9-Jul-2025 18:22


Samsung Releases Smart Monitor M9
Posted 9-Jul-2025 17:46


Nearly Half of Older Kiwis Still Write their Passwords on Paper
Posted 9-Jul-2025 08:42


D-Link 4G+ Cat6 Wi-Fi 6 DWR-933M Mobile Hotspot Review
Posted 1-Jul-2025 11:34


Oppo A5 Series Launches With New Levels of Durability
Posted 30-Jun-2025 10:15









Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.