|
which os will be stable and best for contribution in datafusion, i am currently on windows 11. Is there any more specific system requirements ? like specific ram, rom, processor for smooth performance Help !!! |
Answered by
Jefffrey
Nov 25, 2025
Replies: 1 comment 6 replies
|
I believe most contributors use Linux/Mac, though there are some on Windows. It is worth noting we disabled the Windows CI runners due to performance issues, so if you face issues building/testing on Windows it might be harder to get support on it. As for specs, as long as it's not horribly bad/old it should be fine I guess? I know running the test suite in full can be memory intensive, but I think the best option here is just clone the repo and try it out on your machine (e.g. running |
6 replies
Answer selected by
Jefffrey
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe most contributors use Linux/Mac, though there are some on Windows. It is worth noting we disabled the Windows CI runners due to performance issues, so if you face issues building/testing on Windows it might be harder to get support on it.
As for specs, as long as it's not horribly bad/old it should be fine I guess? I know running the test suite in full can be memory intensive, but I think the best option here is just clone the repo and try it out on your machine (e.g. running
cargo test) to see how it performs.