We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried these and it does not work, which makes all other CPU pinning (to dpdk, nova, VM) useless:
[root@a7s3 ~]# cat /etc/default/grub | grep isocpu isolcpus=1-5, 7-11 [root@a7s3 ~]# cat /etc/systemd/system.conf CPUAffinity=0,6 [root@a7s3 ~]# cat /etc/tuned/cpu-partitioning-variables.conf isolated_cores=1-5,7-11 [root@a7s3 ~]# reboot [root@a7s3 ~]# pidof sshd 4849 4275 1759 [root@a7s3 ~]# [root@a7s3 ~]# taskset -cap 4849 pid 4849's current affinity list: 0-11
The text was updated successfully, but these errors were encountered:
related to #20 #21 #22
Sorry, something went wrong.
kirankn80
No branches or pull requests
I tried these and it does not work, which makes all other CPU pinning (to dpdk, nova, VM) useless:
The text was updated successfully, but these errors were encountered: