I'm trying to manage the resources of a remote machine that we use for a daily task (that uses Ray). Is it possible to limit the number of CPUs (or equivalently the number of workers) that Ray uses?
The remote machine has 16 cores. Can I limit Ray to use only 12 of them or so?