-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Make bootstrapping of OpenShift machines parallel #7067
Comments
won't fix. Current solution is good enough. |
The current level of parallelism - is workspace. We can't just simple multiple numbers of running threads by a number of machines because this wouldn't give us any profit. Too many threads will concurrently fight with other resources like a disk or network io. Making some limits below workspaces * number of machines we are considering as too complex to implement. |
@skabashnyuk what do you mean by |
OpenShift infrastructure starts machines parallel but bootstraps them one by one. Make bootstrapping parallel should speed up the start of multimachine workspaces.
The text was updated successfully, but these errors were encountered: