-
My attempt at running the tests failed because I ran out of memory, on a system that had 16 gigabytes of RAM. Approximately what are the hardware requirements for testing the project the way it is described in the CONTRIBUTING.md? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Yes, unfortunately the tests are quite heavy to run. Finally, you could rely on the CI to run the tests by creating a PR. You will be able to access all logs. |
Beta Was this translation helpful? Give feedback.
Thank you for the the information! I've managed to run the test suite on a laptop with similar properties to the one that Matt described and with NixOS with similar resource usage.
Based on what you all said and, based on the results it seems to me that 32GB memory( meaning RAM and swap) is a practical minimum for running the checks locally.