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

Excesive test compile resources. #964

Closed
grafikrobot opened this issue Mar 6, 2023 · 1 comment · Fixed by #965
Closed

Excesive test compile resources. #964

grafikrobot opened this issue Mar 6, 2023 · 1 comment · Fixed by #965

Comments

@grafikrobot
Copy link
Member

While working on modular B2 Boost changes I've been having to run all the library test (and examples, etc) builds. Building the Math tests fully is essentially impossible on reasonable hardware. Multiple times running the tests causes my system, when using parallel compiling, to run out of RAM and use all CPU time available. There are some single tests that cause GCC to use up anywhere from 33% to 99% of RAM (yes just one cc1plus process). This has caused such runs to halt, die, and kill the whole parent process chain.

Please fix the tests so as to reduce the burden on everyone who runs testing (such as the expensive cloud CI providers).

@mborland
Copy link
Member

mborland commented Mar 6, 2023

Largest offending test suite should be mitigated by #965

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

Successfully merging a pull request may close this issue.

2 participants