Closed jakirkham closed 6 years ago
Hi! This is the friendly automated conda-forge-linting service.
I just wanted to let you know that I linted all conda-recipes in your PR (recipe
) and found it was in an excellent condition.
None of these changes seem to help. 😕 Closing...
Numba uses a temporary directory as part of its compilation and testing processes. This defaults to
/tmp
on Linux, which usestmpfs
. Given this is a Docker container running on a VM, it's possible that this choice of temporary directory is eating into the available memory. So try relocating the temporary directory used to be part of the testing area (mounted from outside the container). Hopefully this avoids eating into the memory limits too quickly and allows testing to proceed.