使用 VBoxManage 添加的 CPU 不会显示在 HTOP 中

使用 VBoxManage 添加的 CPU 不会显示在 HTOP 中

按照此问题我改变了我的客户机上的 CPU 数量。

我使用了以下命令

 # VM is shutdown
 VBoxManage modifyvm "Ubuntu 12" --cpus 2
 VBoxHeadless --startvm "Ubuntu 12" 

现在,我等待客户机启动,通过 SSH 登录并检查htop,结果显示仍然只有一个 CPU。出了什么问题?我猜想 CPU 尚未真正添加,或者尚未正确初始化,因为它没有显示在htop

在此处输入图片描述

内容/proc/cpuinfo/

processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model       : 63
model name  : Intel(R) Xeon(R) CPU E5-2683 v3 @ 2.00GHz
stepping    : 0
microcode   : 0x19
cpu MHz     : 0.000
cache size  : 6144 KB
physical id : 0
siblings    : 1
core id     : 0
cpu cores   : 1
apicid      : 0
initial apicid  : 0
fpu     : yes
fpu_exception   : yes
cpuid level : 5
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse ss$bogomips    : 4526.08
clflush size    : 64
cache_alignment : 64
address sizes   : 43 bits physical, 48 bits virtual
power management:

相关内容