-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
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
CPU pinning issue #5
Comments
What does |
Architecture: x86_64 |
Any info? |
Hi. Did the above info shed any light on the issue and suggest a possible solution? |
Unsure. There's nothing truly wrong in what you send here. Try doing this manually: taskset -a -p -c "13-23" $(cat /var/run/qemu-server/$VMID.pid) Also show |
ok I will try that |
still errors out with the same error |
I don't think I should use the -a flag as taskset is trying to set affinity for non existent PID |
##CPU PIN
#cpu_taskset 13-23
#assign_interrupts 13-23 --all
Getting this error on VM launch
taskset: failed to set pid 84705's affinity: Invalid argument
The text was updated successfully, but these errors were encountered: