alamb commented on issue #16600:
URL: https://github.com/apache/datafusion/issues/16600#issuecomment-3015195619

   I think you can use `cargo build --profile release-nonlto` which will turn 
off link time optimization and reduce final link time and memory usage
   
   In terms of taking lots of memory to link there are many binaries created 
with `cargo build --release` (examples and tests) -- maybe we can explore 
consolidating some of them 


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to