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

Flaky compiler OOM when compiling files with long eventuals pipelines #454

Open
CodingCanuck opened this issue Jul 12, 2022 · 0 comments
Open

Comments

@CodingCanuck
Copy link
Contributor

Per #275 (comment) , it looks like we're seeing flaky compilation failures of files like test/grpc/streaming.cc. That file is interesting because it contains multiple long eventuals pipelines which have previously caused slow compilation: #275

Googling the error message makes me think that these failures are caused by the compiler running out of memory when trying to compile complicated code. I'm further suspicious that this is happening when we're building with --config=asan, since my unsubstantiated impression is that compilers perform worse (slower, use more resources) when compiling in non-standard modes (like asan or other sanitizers) vs. in standard modes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants