You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While investigating #656 we discovered that docs.rs starts building crates even when the host system doesn't have the amount of RAM needed for the build. To avoid making the situation worse in OOM situations we should tweak docs.rs to avoid starting builds when we don't have enough RAM.
The text was updated successfully, but these errors were encountered:
pietroalbini
changed the title
docs.rs starts building a crate even when there is no enough RAM
docs.rs starts building a crate even when there is not enough RAM
Mar 26, 2020
While investigating #656 we discovered that docs.rs starts building crates even when the host system doesn't have the amount of RAM needed for the build. To avoid making the situation worse in OOM situations we should tweak docs.rs to avoid starting builds when we don't have enough RAM.
The text was updated successfully, but these errors were encountered: