Skip to content
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

Revert "Upgrade rusoto (and tokio)" #1278

Merged
merged 1 commit into from
Feb 16, 2021
Merged

Conversation

jyn514
Copy link
Member

@jyn514 jyn514 commented Feb 15, 2021

⚠️ This PR has already been applied in production. ⚠️

Reverts #1264. This was the likely cause of the outage this evening (#1277), there was an ongoing memory leak:
image. The proximate cause was building the stm32 crates, which have a higher memory limit than normal and put us over the edge, but the server shouldn't have been resting at 10 GB RSS in the first place, it's usually much lower around 4 GB.

The site going down could have been avoided with #657. That would have delayed builds indefinitely, although it's possible we were leaking so much memory the site would still have eventually crashed.

r? @pietroalbini

@jyn514 jyn514 added S-waiting-on-review Status: This pull request has been implemented and needs to be reviewed A-admin Area: Administration of the production docs.rs server labels Feb 15, 2021
@jyn514 jyn514 mentioned this pull request Feb 15, 2021
@jyn514 jyn514 merged commit e8a6303 into master Feb 16, 2021
@jyn514 jyn514 deleted the revert-1264-upgrade-rusoto branch February 16, 2021 19:05
@jyn514 jyn514 mentioned this pull request Jan 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-admin Area: Administration of the production docs.rs server S-waiting-on-review Status: This pull request has been implemented and needs to be reviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants