-
Notifications
You must be signed in to change notification settings - Fork 329
Reduce memory use of verify bot by deleting IDEs after verify #8637
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
Conversation
|
I'm not sure this is worth merging; I mainly wanted to look at the memory usage on this branch. |
a5b6730 to
334494e
Compare
|
Okay, I think we can land this, though it's not optimal. Some background:
The solution for now is to add a way to specify the versions to verify against in the github script and deleting the IDE downloads after verification is run for a specific version. This leaves the normal
|
|
@jwren would you mind re-reviewing? |
No description provided.