:root { --h-width: 720px; }

ubuntu

Programming(프로그래밍)/Issue(이슈)

[Docker container 사용 시 에러 해결] RuntimeError: DataLoader worker (pid 17362) is killed by signal: Bus error. ...

"RuntimeError: DataLoader worker (pid 17362) 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." Docker Container 실행 환경 내에서, 어떤 구현 논문의 test를 진행하느 과정에서 위와같은 에러를 마주함. 꽤 자주 발생하는 듯 하여서, 찾아본 결과 도커로 컨테이너를 생성하게 되면 호스트와 컨테이너는 공유하는 메모리 공간이 생기게 되는데 이 공간에 여유가 없어서 발생되는 에러* 라고 한다. 실제로 실시간 메모리 사용량을 지켜보았는데 --shm-size ..

swanilee
'ubuntu' 태그의 글 목록