Running actors on different numa

Hello
I would like to have more than one actor on a specific node
Where each actor will run on a specific numa
I know how to set numa as docker run parameter or by running the process with numactl but am not aware to use environment variable to set on which numa the process will run, which is the only way I know to define specifics for a worker.
Does anyone know how to do it with ray?
Thanks

hi @shiranbi
hmm unfortunately I’m not aware of easy ways to config it in Ray.