Memory limitation issue on HPC
Hello, thanks for the nice software and fast replies to my other issues :-)
I'm currently trying to integrate MSpangepop inside a bash script along many other steps. I noticed that running with run flag creates multiple sbatch jobs. As I already use my main script with sbatch, it creates sometimes 1 day+ waiting time before a sub-job gets actually executed (thus locking resources on HPC for nothing). So I tried to run in local-run mode, however MSpangepop ends up thinking that all the memory available on the node belongs to him (which is not the case: 🔹 MSpangepop -> Using 772635 Mb of memory).
It would be nice to be able to limit in an explicit way memory used (maybe it already exists but I could not find it in the documentation). Thanks!