adriangb commented on PR #22831:
URL: https://github.com/apache/datafusion/pull/22831#issuecomment-4654477141

   Closing — investigation showed the wide_schema CI OOM is a **compile-time** 
OOM in `rustc` (a single rustc reached ~16.8 GB and the pod cgroup hit its 65 
GiB limit during `cargo bench --bench sql` with `CARGO_PROFILE_RELEASE_DEBUG=1` 
at -j12), not the benchmark working set (~1 GB). Shrinking the dataset doesn't 
address that; the fix is in the benchmark runner (build without debuginfo by 
default). Leaving the wide_schema defaults as-is.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to