smt - Reduce the number of threads per core
By default, Linux® in
LPAR mode uses the maximum number of threads per core that is supported
by the hardware. Use the smt=
kernel parameter to
use fewer threads. The value can be any integer in the range 1 to
the maximum number of threads that is supported by the hardware.
Specifying smt=1
effectively
disables simultaneous multithreading.
.
Format
where <hwmax> is the maximum number
of threads per core that is supported by the hardware, and <number> is
an integer in the range 1 - <hwmax>.
Examples
smt=1