shm limitation trigers bus error in nnUNetv2 ¶
By: Zhack on July 28, 2023, 6:20 p.m.
Dear organisers,
I am using a modified version of the nnUNet_baseline, to fit nnUNetv2
I have noticed the docker settings on shared memory size (i.e.: --shm-size="128m") does not seem to allow nnUNetV2's prediction pipeline to run, raising a bus error (SIGBUS) on the preprocessing workers (even if there is only one worker) in my test environment
I am taking a guess that this is also a problem in the validation environment, as I have isolated this limitation as the only problem, as test.sh runs without problem once we set --shm-size="1g".
As a side note, setting the ipc="host" flag also allows the image to run properly
Is this setup locked, or can this limitation be lifted? Or am I simply missing something else?
Regards, Zhack