Hello,
I know Windows 7 Home Premium allows only "one physical" processor. Anyway it allows multiple cores.
I'd like my VM to see "two cores" and one processor. Is it possible?
Setting "2 processors" in the VM settings will allocate two physical processors, and Windows home premium actually use only one.
I also tried to set (in vmx file)...
numvcpus = "1"
cpuid.coresPerSocket = "2"
cpuid.supportsMulticore = "TRUE"
...without success.
I know Windows 7 Home Premium allows only "one physical" processor. Anyway it allows multiple cores.
I'd like my VM to see "two cores" and one processor. Is it possible?
Setting "2 processors" in the VM settings will allocate two physical processors, and Windows home premium actually use only one.
I also tried to set (in vmx file)...
numvcpus = "1"
cpuid.coresPerSocket = "2"
cpuid.supportsMulticore = "TRUE"
...without success.