Code Monkey home page Code Monkey logo

Comments (5)

devinjdangelo avatar devinjdangelo commented on May 28, 2024 2

Thank you for bringing this up @SteveLauC. I had the same experience when I first starting working on DataFusion. You can work around memory limitations by running cargo test -- --test-threads=1 which will only run a single test at a time. It will be slower but consume substantially less memory. I think it would be a good idea to document this workaround since many new contributors won't have enough RAM to run all tests at max parallelism on their system.

The precise memory requirements to run cargo test will vary over time and depend on your exact development set up. Running in wsl on Windows for example is a bit more intensive as you need to reserve some memory for Windows. I personally upgraded from 32->64GB and that was plenty running natively on linux.

from arrow-datafusion.

Jefffrey avatar Jefffrey commented on May 28, 2024 1

I think the doctests are the main culprit, see #5347

Agree on documenting this as part of contributor/developer guide 👍

from arrow-datafusion.

SteveLauC avatar SteveLauC commented on May 28, 2024 1

cargo test -- --test-threads=1

Thanks for showing me this! This indeed makes the memory usage controllable:)

from arrow-datafusion.

devinjdangelo avatar devinjdangelo commented on May 28, 2024

Glad that worked for you! I opened #9402 to document this in the contributors guide.

There does not seem to be a way to configure Cargo to default to --test-threads 1 other than setting environment variables, so documentation may be our best bet for now... see rust-lang/cargo#8430

from arrow-datafusion.

Omega359 avatar Omega359 commented on May 28, 2024

I had my computer upgraded to 64GB of ram - the workaround mentioned above I used as well but the time to run the tests was using that was horrendous. Using linux under WSL2 in windows here.

from arrow-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.