I just started experimenting with ubuntu server. I have a minimal virtual machine ubuntu server 9.04 64bit running on my macbook. It's great for testing.

In actual practice, would a full install virtual machine be better performing? Or would the minimal machine perform better because of no gui or extra hardware requirements?

Thanks

link|improve this question

57% accept rate
Are we to assume the same hardware configuration would be available in each case? – John Gardeniers Sep 22 '09 at 2:27
feedback

3 Answers

up vote 2 down vote accepted

The smaller the OS footprint the better the machine will perform. This is the same for VMs or for physical servers.

link|improve this answer
If anything, this effect is magnified on VM's. – sysadmin1138 Sep 22 '09 at 5:45
feedback

How large of an install you do doesn't have much of an effect on performance, IMO. It just depends on which services you enable or disable, and the overhead of those services. A bunch of apps sitting on disk aren't going to hit you performance wise unless you're actually running them.

link|improve this answer
feedback

The difference is also more noticeable when there is a lot of disk activity: Virtual Machines are not great at writing to a disk, while silicon and metal are excellent.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.