Background workers died.

Background workers died.  

  By: kabbas5707efb29ff33724134 on July 21, 2023, 5:54 p.m.

Hello, Can you please help with this?

My algorithm runs successfully on my local PC, however, when I make a submission I get the following error.

RuntimeError: Background workers died. Look for the error message further up! If there is none then your RAM was full and the worker was killed by the OS. Use fewer workers

Thank You Cheers Abbas

Re: Background workers died.  

  By: jmsmkn on July 22, 2023, 2:31 p.m.

I think that the error messages from the libraries you're using are quite clear - you are out of memory. The amount of memory your algorithm jobs are assigned is determined by what you set on your algorithm image settings page. You could go there and see if you have already selected the maximum of 32GB. If you have, then there is nothing else to do but reduce the memory usage of your algorithm.

Re: Background workers died.  

  By: kabbas5707efb29ff33724134 on July 22, 2023, 6:42 p.m.

Yes, it is, If I try on a smaller image, it runs with warnings, but for larger file sizes, it gives this error.

Thanks for your response. Cheers Abbas