새로운 Ubuntu 설치, 듀얼 코어 CPU의 코어 1개만 표시됨

새로운 Ubuntu 설치, 듀얼 코어 CPU의 코어 1개만 표시됨

11.10 64비트 Ubuntu의 새로운 설치. 내 conky 스크립트를 실행하는 동안 오류가 계속 표시되었고 Conky: attempting to use more CPUs than you have! 이는 확실히 듀얼 코어 CPU인 동일한 상자에 있는 다른 배포판에서 이전에 본 적이 없었기 때문에 이상했습니다.

조사해 보면 Ubuntu가 CPU에서 코어 1개만 인식하는 것 같습니다. 내 BIOS에서 ACPI가 활성화되어 있습니다. 중요한지는 잘 모르겠지만 이는 Windows7 64비트 호스트의 VirtualBox에 설치된 게스트 VM입니다.

다음의 출력은 다음과 같습니다.lshw -class cpu

*-cpu
   product: AMD Athlon(tm) 7850 Dual-Core Processor
   vendor: Hynix Semiconductor (Hyundai Electronics)
   physical id: 2
   bus info: cpu@0
   width: 64 bits
   capabilities: fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx fxsr_opt rdtscp x86-64 3dnowext 3dnow up rep_good nopl extd_apicid pni monitor lahf_lm cr8_legacy

출력cat /proc/cpuinfo

processor   : 0
vendor_id   : AuthenticAMD
cpu family  : 16
model       : 2
model name  : AMD Athlon(tm) 7850 Dual-Core Processor
stepping    : 3
cpu MHz     : 2687.223
cache size  : 512 KB
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 sse2 syscall nx fxsr_opt rdtscp lm 3dnowext 3dnow up rep_good nopl extd_apicid pni monitor lahf_lm cr8_legacy
bogomips    : 5374.44
TLB size    : 1024 4K pages
clflush size    : 64
cache_alignment : 64
address sizes   : 48 bits physical, 48 bits virtual
power management:

전체 출력은 dmesg여기에서 찾을 수 있습니다.http://pastebin.com/b03PetVx

어떤 의견이라도 감사하겠습니다.

답변1

해당 출력에 대해 단일 가상 코어를 제공하도록 VM이 구성된 것 같습니다 dmesg.

다음 문서는 여러 코어를 제공하도록 VM을 재구성하는 데 도움이 될 수 있습니다.

https://www.virtualbox.org/manual/ch03.html#settings-processor

관련 정보