Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAndroid builder runs out of memory #18116
Comments
|
cc @aneeshusa |
|
I suspect this is a regression from the most recent Rust upgrade (#18046) which finished merging at 7:38am PDT on 8/15. |
|
8GB was already cutting it close - we should probably upgrade regardless: But there's likely a rust bug there too. |
|
This gives us a rustc regression range between rust-lang/rust@599be0d and rust-lang/rust@13d94d5. |
|
|
Two possibilities to test this theory - we could remove the default codegen-units=4 from Cargo.toml, or we could switch the android builder to use |
|
@larsbergstrom suggested looking at each builder from http://build.servo.org/buildslaves . Indeed, servo-linux-cross1 was consistently the one failing in recent builds. It had a |
|
#18073 has landed, so I think this is solved. Feel free to reopen if appropriate. |
The first time this was observed was while trying to merge #17891 on 8/15 at 7:39am PDT. This looks like:
or
or