Open olgabot opened 7 years ago
I believe this can be fixed with the flag --low-memory
, which will be smarter about the memory usage. I'm not sure how this can be handled in the general case because the --low-memory
flag is much slower, but it's not obvious to the user that they would need it. One option is to keep --low-memory
as True, and only if the user feels it is running slow, they can add the --high-memory
flag.
Description
Using an 11G
reads.csv
file of junction reads, there's a segmentation fault. This is for ~300 samples and I expect datasets to be much bigger (10,000s) so failing at this level is unacceptable.Steps to Reproduce
outrigger index
runs fineoutrigger psi
dies when reading in the junctionreads.csv
fromoutrigger index
.Expected behavior: Did not expect a segfault (run out of memory)
Actual behavior: Ran out of memory on a 64GB memory supercomputer.
Versions
Linux x64, outrigger version 1.0.0rc1