how to run multiple workers in one machine #7081
Replies: 1 comment
-
@wcw84 Hi, were you able to run the workers on the same node? Worker co-location can be achieved using containers like docker. But, I would recommend running them separately if you are planning to run a miner to avoid delays in WindowPost due to resource utilisation. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
My machine has more than one GPUs, and I use it to run PC2 and C2. Following the suggestion from lotus-worker-co-location, because lotus currently only supports a single GPU, I should "run workers in separate containers".
And my question is how to do this? Does it mean run worker in docker?
Any help will be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions