Why does Ubuntu 12.10 only see 8 cores?

tunnuz

In our lab we just bought a new machine with two 8-cores Intel(R) Xeon(R) CPU E5-2660 0 @ 2.20GHz processors which also support Hyper-Threading.

I would expect Ubuntu to see 32 processing units, however it only detects 8 of them (the equivalent of just one processor with Hyper-Threading disabled). The bios correctly reports a total of 32 processing units. I am using the i386 version of Ubuntu 12.10 desktop.

Any idea about how to solve this?

nanofarad

On 32-bit, it's how the kernel is hardwired when compiled. It includes a line in /usr/src/linux-source-3.2.0/debian.master/config/i386/config.common.i386 that reads:

CONFIG_NR_CPUS=8

which sets CPUs to 8. If you ensure you use the 64-bit (AMD64) CD, you will get up to 256 cores. If you use 32-bit(i386) version without hyper-threading, you get 8 working cores out of the total of 16, which is still a waste. So, I guess you need to use the 64-bit version if at all possible. You can try to file a bug complaining about the low limit.

I may file one later, but I'll post if I will.

이 기사는 인터넷에서 수집됩니다. 재 인쇄 할 때 출처를 알려주십시오.

침해가 발생한 경우 연락 주시기 바랍니다[email protected] 삭제

에서 수정
0

몇 마디 만하겠습니다

0리뷰
로그인참여 후 검토

관련 기사

분류에서Dev

Why does my icon font not work in IE10 on Windows 8 only?

분류에서Dev

Why has Ubuntu minor version number 04 or 10 only?

분류에서Dev

Windows 8 OEM on Dell Desktop, Installed Ubuntu on partition, reboot to see only 'grub >'

분류에서Dev

Ubuntu 16.04 does not see SSD

분류에서Dev

Why does Ubuntu only show 3GB of RAM?

분류에서Dev

Why does the compiler not see the default code in a protocol?

분류에서Dev

vb.net의 12, 11, 10, 9, 8에서 12, 11, 10, 09, 08

분류에서Dev

Why does /proc/cpuinfo say "cpu cores: 2" on an AMD FX-4100 Quad-Core Processor

분류에서Dev

Why does the following code only work with GridLayout?

분류에서Dev

Why does Ubuntu have a disabled root account?

분류에서Dev

Why does feedly not load for me in Chrome Ubuntu?

분류에서Dev

Why does ubuntu not seem to release memory?

분류에서Dev

Ubuntu 16.04 can't see my SSD partitions when installing alongside Windows 10

분류에서Dev

Windows 10 will only connect to Ubuntu wirelessly but not via LAN

분류에서Dev

Why can't I see a QXL device in my windows 10 kvm guest

분류에서Dev

Why don't I see WIndows Powershell in the installed app on Windows 10

분류에서Dev

What does it mean that the Ubuntu installation is read-only on mobile devices

분류에서Dev

Why does my display keep turning off every 10 minutes?

분류에서Dev

How many cores does my Mac have?

분류에서Dev

Why does std::min only support initializer_list?

분류에서Dev

Why does my MFMailComposeViewController instance only dismiss one time?

분류에서Dev

Why does sub replace only one character with a regex?

분류에서Dev

Why does Tk().after only execute once and how to fix it?

분류에서Dev

Why is does this Toast(Android Studio) works only at the second click

분류에서Dev

Why does Python logging only hide stdout if the handler is added first?

분류에서Dev

Why does initramfs mount the root filesystem read-only

분류에서Dev

Why does a certain if statement only trigger once in a while loop?

분류에서Dev

Why does sed only work on direct output from echo?

분류에서Dev

Why does didUpdateLocations: only have one location after locationManagerDidResumeLocationUpdates:

Related 관련 기사

  1. 1

    Why does my icon font not work in IE10 on Windows 8 only?

  2. 2

    Why has Ubuntu minor version number 04 or 10 only?

  3. 3

    Windows 8 OEM on Dell Desktop, Installed Ubuntu on partition, reboot to see only 'grub >'

  4. 4

    Ubuntu 16.04 does not see SSD

  5. 5

    Why does Ubuntu only show 3GB of RAM?

  6. 6

    Why does the compiler not see the default code in a protocol?

  7. 7

    vb.net의 12, 11, 10, 9, 8에서 12, 11, 10, 09, 08

  8. 8

    Why does /proc/cpuinfo say "cpu cores: 2" on an AMD FX-4100 Quad-Core Processor

  9. 9

    Why does the following code only work with GridLayout?

  10. 10

    Why does Ubuntu have a disabled root account?

  11. 11

    Why does feedly not load for me in Chrome Ubuntu?

  12. 12

    Why does ubuntu not seem to release memory?

  13. 13

    Ubuntu 16.04 can't see my SSD partitions when installing alongside Windows 10

  14. 14

    Windows 10 will only connect to Ubuntu wirelessly but not via LAN

  15. 15

    Why can't I see a QXL device in my windows 10 kvm guest

  16. 16

    Why don't I see WIndows Powershell in the installed app on Windows 10

  17. 17

    What does it mean that the Ubuntu installation is read-only on mobile devices

  18. 18

    Why does my display keep turning off every 10 minutes?

  19. 19

    How many cores does my Mac have?

  20. 20

    Why does std::min only support initializer_list?

  21. 21

    Why does my MFMailComposeViewController instance only dismiss one time?

  22. 22

    Why does sub replace only one character with a regex?

  23. 23

    Why does Tk().after only execute once and how to fix it?

  24. 24

    Why is does this Toast(Android Studio) works only at the second click

  25. 25

    Why does Python logging only hide stdout if the handler is added first?

  26. 26

    Why does initramfs mount the root filesystem read-only

  27. 27

    Why does a certain if statement only trigger once in a while loop?

  28. 28

    Why does sed only work on direct output from echo?

  29. 29

    Why does didUpdateLocations: only have one location after locationManagerDidResumeLocationUpdates:

뜨겁다태그

보관