Isolate a CPU Core
- Run
cat /proc/cpuinfo
to check the information of CPU:Figure 1. Example Output - Add parameters ‘isolcpus’ in the startup command line file
‘extlinux.conf’, and isolate specific CPUs from the general SMP
balancing and scheduler algorithms.Tip: Click this link for more details.
Figure 2. Example Output - Modify the parameters as shown in the figure above. After restarting, the core/processor 3 will not participate in system scheduling.