1827856 Members
1516 Online
109969 Solutions
New Discussion

hyperthreading

 
brian_31
Super Advisor

hyperthreading

Could someone please let me know how to Disable hyperthreading in redhat AS3?

Thanks

Brian
6 REPLIES 6
Ivan Ferreira
Honored Contributor

Re: hyperthreading

Normally, you disable hyperthreading in the computer bios, not in the Operatin System.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Ryan Goh
Frequent Advisor

Re: hyperthreading

You have two way to disable hyperthreading, either disable Hyper-Threading in the kernel or sisable Hyper-threading in system BIOS. You can disable Hyper-Threading in the kernel by specify the noht switch in the kernel line of the grub configuration file.

George Liu_4
Trusted Contributor

Re: hyperthreading

You may disable HT in BIOS.
But if you have only one processor, you may use non-smp kernel to get the same result.
Steven E. Protter
Exalted Contributor

Re: hyperthreading

Shalom Brian,

Hyperthreading is disabled in the computer bios. I noticed Red Hat did this in their labs for the RHCE examination.

It may result in a performance hit.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Mike Stroyan
Honored Contributor

Re: hyperthreading

A. Having hyperthreading disabled may result in a performance hit.
B. Having hyperthreading enabled may result in a performance hit.
C. All of the above.

I pick "C". It depends. But I would default to disabling it.

Re: hyperthreading

Brian,

Ryan Goh is correct. Here is an example entry in grub.conf from one of my servers that has HyperThreading disabled via Kernel option:

title Red Hat Enterprise Linux ES (2.4.21-37.ELsmp)
root (hd0,0)
kernel /vmlinuz-2.4.21-37.ELsmp ro noht root=LABEL=/
initrd /initrd-2.4.21-37.ELsmp.img