Reduce concurrency during cmake c++ build to avoid ooms - #9870
robert3005 wants to merge 1 commit into
Conversation
Signed-off-by: Robert Kruszewski <github@robertk.io>
|
going to make sure that the build succeeds before merging this |
|
2 is very low? @robert3005 |
|
Does it oom bc of compiling or linking? Quite often memory usage spikes during linking. |
Merging this PR will degrade performance by 6.12%
|
| Mode | Benchmark | BASE |
HEAD |
Efficiency | |
|---|---|---|---|---|---|
| ❌ | WallTime | arrow_checked_add_u32_neon[16384] |
12.3 µs | 20.3 µs | -39.61% |
| ⚡ | WallTime | arrow_checked_add_u32_avx2[16384] |
21.3 µs | 17.6 µs | +20.77% |
| ⚡ | Simulation | allocate_drop_arrow[0] |
456.9 ns | 402.7 ns | +13.45% |
Tip
Investigate this regression by commenting @codspeedbot fix this regression on this PR, or directly use the CodSpeed MCP with your agent.
Comparing rk/c++flakes (8b25b38) with develop (8f3dfb4)
Footnotes
-
218 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports. ↩
|
it's linking |
|
Superseded by: #9872. Additionally, we will intro a shared lib artefact to reduce the mem footprint during linking. In that PR, we can turn the debug info level back to 2. |
We are reaching 95% memory usage and getting oomkilled