Closed cyriltasse closed 1 year ago
We have seen the first error in the past. This was usually related due to some user limit settings. If you're on a bash shell you can run ulimit -a
and check the entry for "open files". I've usually run into this error when that number is set low like 1024.
If so, I would try to increase that limit. I've found 4096 is usually what I'm allowed to set it to without special powers. A ulimit -n 4096
should do the trick to avoid this I think.
The second warning is safe to ignore for the generic containers.
That does the trick - thanks!!!
I get this other error even when I use
max_per_node = 1
:I searched a bit for the
FiledesIO
exception, and saw that it comes from casacore hereWorth noting - could be connected, is that when I start singularity it warns
Could it be related? Have you encountered this issue before?