Hello,
I run multiple Virtual Box virtual machines for gaming servers and i am trying to set the affinity for each vm.
How can I do this when they are all running the same active process name, if I hover over the process name it does show me a --comment and it has the names of my machines, is there a way i can set it based of that comment?
Sure, you can match on command lines, so try that. A wildcard should suffice, like
*-comment*
There is also the Instance Balancer (https://bitsum.com/processlasso-docs/#instancebalancer) feature for cases where you can't uniquely identify instances, but in your situation it sounds like you can.
Let me know how it goes!
I'm unsure about the syntax and how it can help distinguish between my VMs based on their comments. Any specific examples would be really helpful!