alamb commented on issue #6676:
URL: 
https://github.com/apache/arrow-datafusion/issues/6676#issuecomment-1593454827

   I will next sort out how to reduce the number and size of binaries
   
   At least locally, for me, incremental compilation intermediate files seem to 
consume a large amount of space:
   
   ```
   (arrow_dev) alamb@MacBook-Pro-8:~/Software/arrow-datafusion$ du -s -h 
target/debug/*
   463M target/debug/build
   1.6G target/debug/deps
   780K target/debug/examples
   4.2G target/debug/incremental
   ```
   
   I will experiment with disabling that: 
   
https://doc.rust-lang.org/cargo/reference/profiles.html?highlight=incremental#incremental


-- 
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]

Reply via email to