-
Notifications
You must be signed in to change notification settings - Fork 326
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What's best practice for setup cluster? #3180
Comments
Nice question, the performance may be related with many factors, seems the implementation of We need to do some investigation to see what happened. |
@qinxuye And I found there were very busy network traffic. When doing |
@cmsxbc Do you mind to join slack https://join.slack.com/t/mars-computing/shared_invite/zt-1c39tdh83-K1AT9FmtKkUgOzmM6~Nwbg So that we can know more info about the problem you are solving. |
ENV: python 3.7.11 mars 0.9.0
While executing above script, the speed is positive correlate to
n_cpu
and negative correlate ton_worker
.Is it right result or I did something wrong?
If it was right, is that meaning I should always choose 1 worker with multi cpu , instead of multi worker with 1 cpu?
And what should I do if i can run on multi machines, but only a little cpu core every machine.
samples: execute time in seconds.
The text was updated successfully, but these errors were encountered: