Jonas Behr

Results 5 comments of Jonas Behr

Hey there, I wanted to catch up on the status of this issue. We are starting to increase the workloads going through this container task and are expecting production workloads...

This is just to cast my vote for this feature. I switched back to htslib for all the bamIO and I guess you know that no one ever really wants...

I have the same issue. I am running on an EC2 instance with 128Gb ram but it happens already after a few seconds. Is also using the AVX2 mode. And...

I had a look at the case. The memory is allocated here: int64_t *pos_ar = (int64_t *) _mm_malloc( mem_lim * sizeof(int64_t), 64); It would be nice to add a check...

It seems in my case it was a variable overflow. If I change `mem_lim` to int64_t, then it runs. That is in file `src/FMI_search.cpp` line `1264`. But I might be...