Difference between revisions of "RZ-G/RZG2 kernel"

From eLinux.org
Jump to: navigation, search
m (.)
(Replaced content with "this page can be deleted")
(Tag: Replaced)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<big> RZ/G2 Kernel and Linux FAQ </big>
+
this page can be deleted
{{TOC right|width=50%}}
 
 
 
 
 
= CPU Hotplug =
 
You can enable and disable CPU cores by wrriting to a sysfs value.
 
<br>
 
This is helpful for when you want to experiment with the performance of your application if you were to use a processor with less CPU cores.
 
 
 
For example, this command will disable the 2nd core.
 
 
 
<code>$ echo 0 > /sys/devices/system/cpu/cpu1/online</code>
 
 
 
More detailed information can be found here: https://www.cyberciti.biz/faq/debian-rhel-centos-redhat-suse-hotplug-cpu
 

Latest revision as of 13:01, 23 July 2021

this page can be deleted