Number of virtual machine cpu

Asked 2 years ago, Updated 2 years ago, 68 views

Windows 10 environment is spinning to vmware.

The cpu installed in my laptop is i5-6200u with 2 cores and 4 threads

However, when I checked with the virtual machine, it was recognized as one core and the number appeared as 1.

I'm installing Linux on Ubuntu right now

sudo make -j4

How many js should I use for efficiency

linux ubuntu virtual-machine

2022-09-22 19:59

1 Answers

If vmware does not change the option separately, there will be only one virtual core. And one virtual core is the same as one physical core.

So 1 to 2 is a good option.

Usually, 1 to 2 are designated as options for one core.


2022-09-22 19:59

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.