Available resources - RAM and multiprocessing ¶
By: lWM on Feb. 22, 2024, 6:58 p.m.
Hello,
I would like to ask about the mentioned 64GB RAM for medium/large-gpu enviroments.
Each time attempting to run a job using the jobman I get the following error: "RuntimeError: DataLoader worker is killed by signal: Bus error. It is possible that dataloader's workers are out of shared memory. Please try to raise your shared memory limit", even though the process should not consume more than ~10 GB of RAM.
Is it blocked to use multiprocessing within the jobman jobs? I solved the error by setting the num_workers to 0 so only the main process loads the data, however such a solution is incredibly slow.
Bests,