Git Product home page Git Product logo

Comments (5)

jayzhan211 avatar jayzhan211 commented on June 29, 2024 1

I got 28GB after cargo clean and cargo t on macbook

Screenshot 2024-06-25 at 5 23 02 PM

from datafusion.

jcsherin avatar jcsherin commented on June 29, 2024 1

On Ubuntu,

$ lsb_release -rc
Release:	22.04
Codename:	jammy

After cargo clean and running cargo t:

$ du -h -d2 target
4.0K	target/tmp
6.1G	target/debug/incremental
12M	target/debug/.fingerprint
337M	target/debug/build
16G	target/debug/deps
28G	target/debug/examples
50G	target/debug
50G	target

from datafusion.

alamb avatar alamb commented on June 29, 2024 1

Yeah, I think this obscene use of temp space is an artifact of rust (rather than an artifact of datafusion specifically)

from datafusion.

samuelcolvin avatar samuelcolvin commented on June 29, 2024

Not sure what I've done (except run tests more times):

image

Update, not using 103GB.

Seeing this nice error:

...
   Compiling datafusion v39.0.0 (/home/samuel/code/datafusion/datafusion/core)
error: failed to write to `/home/samuel/code/datafusion/target/debug/deps/rmetalvEs2G/lib.rmeta`: No space left on device (os error 28)

error: could not compile `datafusion` (lib) due to 1 previous error

from datafusion.

jayzhan211 avatar jayzhan211 commented on June 29, 2024

The more you run, the more artifacts in /target is. cargo clean is all you need.

from datafusion.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.