ubuntu 10.04 - VMWare Workstation 8.0: Entering core quantity for a PC with a quad-core processor

08
2014-07
  • H3br3wHamm3r81

    I am at the point in installing Ubuntu 10.04 in VMWare Workstation 8.0 where the following dialog box appears:

    enter image description here

    My physical PC has a AMD 970 B.E. quad-core processor. I've never installed an OS in VMWare before, and I'd rather not do this twice. I assume I should have "1" for "number of processors," but as for "number of cores per processor," I'm not sure.

    Can someone offer some advice?

    Edit: I did find a very similar thread here, but no clear answer was given. I understand that it is ultimately up to the user, but I have no baseline to go by here, never having installed an O.S. on VMWare.

  • Answers
  • AndrejaKo

    Well what you're doing here is basically limiting the nunber of cores available to VMware.

    If you want to be sure that your host OS will remain responsive, you can set the number to be lower than number of your processor cores. This way VMware will not use some of the cores.

    If you want maximum performance for virtualized system, you should provide it as much cores as possible.

  • William Hilsum

    As long as the total does not exceed the number of "cores" available to the host operating system, it does not really matter. VMWare will do all the "magic" for you! However, I would recommend you go for one processor with additional cores.

    As far as I know, this option is here due to limits in some operating systems/configurations. For example, Windows Client supports a maximum of 2 processors, but (I believe) unlimited cores. Meaning if you select over 2 processors, there may be some limitations... Selecting 1 processor with 4 cores, or 2 processors with 2 cores has very little difference (if any).

    FYI, with regards to licensing, I can't find concrete proof, but, I know that all OEM licenses used to ship with the writing "1-2CPU only", upon enquiring, I was told this is a hard CPU limit.


  • Related Question

    How do I stop VMware Workstation 6.5 from giving up input focus for no reason on Ubuntu 10.4?
  • Questioner

    After patching some kernel modules, I got VMware Workstation 6.5.4 running on my Ubuntu 10.4 x86_64 machine. However, now my Windows XP SP3 guest instance cannot keep mouse input captured for any length of time. I can sometimes activate a control in the guest if a double click very quickly, but it's not reliable (and extremely annoying).

    Everything appears to be fine in Unity; the problem just appears when I'm running the instance in the VMware window.


  • Related Answers
  • Seasoned Advice (cooking)

    I believe I solved the problem. In essence, you have to tell VMware to use the shipped version of GTK by setting the value of the VMWARE_USE_SHIPPED_GTK environment variable to "yes". I added the following line to my /usr/bin/vmware script:

    export VMWARE_USE_SHIPPED_GTK=yes
    

    I found the technique here: http://blog.creonfx.com/linux/vmware-player-workstation-mouse-grab-input-focus-bug