Bitsum Community Forum

General Category => General => Topic started by: Avi Rosenbaulm on April 30, 2025, 07:23:50 AM

Title: Multiple services with the same process name
Post by: Avi Rosenbaulm on April 30, 2025, 07:23:50 AM
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?
Title: Re: Multiple services with the same process name
Post by: Jeremy Collake on May 01, 2025, 07:36:24 AM
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!
Title: Re: Multiple services with the same process name
Post by: nash022 on May 30, 2025, 06:05:04 AM
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!