Difference between revisions of "CPU linux"

From Teknologisk videncenter
Jump to: navigation, search
(Created page with "To temporarily shut down a CPU core, use the command '''echo 0 > /sys/bus/cpu/devices/cpu1/online'''. Repeat this command for each CPU, except for cpu0. Category:Linux")
(No difference)

Revision as of 09:08, 19 March 2024

To temporarily shut down a CPU core, use the command echo 0 > /sys/bus/cpu/devices/cpu1/online. Repeat this command for each CPU, except for cpu0.