conda-forge / numba-feedstock

A conda-smithy repository for numba.
BSD 3-Clause "New" or "Revised" License
0 stars 27 forks source link

Create an alternate temporary directory #10

Closed jakirkham closed 6 years ago

jakirkham commented 6 years ago

Numba uses a temporary directory as part of its compilation and testing processes. This defaults to /tmp on Linux, which uses tmpfs. 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.

conda-forge-linter commented 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.

jakirkham commented 6 years ago

None of these changes seem to help. 😕 Closing...