Skip to content

Commit

Permalink
Update docs/source/contributor-guide/index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb authored Feb 29, 2024
1 parent aba5d0b commit 890ac73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/contributor-guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ DataFusion is written in Rust and it uses a standard rust toolkit:
- `cargo test` to test
- etc.

Note that running `cargo test` requires signficant memory resources, due to cargo running many tests in parallel by default. If you run into issues with slow tests or system lock ups, you can signficantly reduce the memory required by instead running `cargo test -- --test-threads=1`. For more information see [this issue](https://github.com/apache/arrow-datafusion/issues/5347).
Note that running `cargo test` requires significant memory resources, due to cargo running many tests in parallel by default. If you run into issues with slow tests or system lock ups, you can significantly reduce the memory required by instead running `cargo test -- --test-threads=1`. For more information see [this issue](https://github.com/apache/arrow-datafusion/issues/5347).

Testing setup:

Expand Down

0 comments on commit 890ac73

Please sign in to comment.