If I enable Hyper-Threading for my netbook which has an Intel Atom (1.6 GHz) will the kernel see two virtual 800 MHz processors?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
|
No, it will create two virtual 1.6 GHz processors. (However, when not under load, they will clock down to a much lower clock speed, then 800 MHz might be correct.) Do
for information about them. |
|||||||
|
|
My experience is that by enabling hyperthreading you do not get double the performance. But you do get around 1.5 times the performance if you can utilize the 2 CPUs. So to put it in your language you get 2 CPUs running at 1.1 GHz when 2 CPUs are needed and 1 CPU at 1.6 GHz when only one is needed. In other words: I have yet to come up with a single situation where enabling hyperthreading will slow down anything. |
|||
|
|