도커에 스플래시...
V
vajra (112.♡.248.229)
2024년 7월 2일 PM 03:58 · 수정됨(07. 10. 09:13)
조회 879 공감 0
docker pull scrapinghub/splash
docker run -it -p 8050:8050 --rm scrapinghub/splash
매뉴얼 대로 실행하면 다음과 같은 에러가 발생합니다.
assertion failed [rem_idx != -1]: Unable to find existing allocation for shared memory segment to unmap
(VMAllocationTracker.cpp:745 remove_shared_mem)
알려주셔용~~(맥북입니다~~.)
댓글 (1)
-
카카르카손
24.07.10 · 103.♡.200.16
댓글을 작성하려면 이 필요합니다.
container 내부에서 free 명령으로 메모리 사용량을 확인하고 부족하면 docker run 실행할 때 --shm-size 옵션으로 메모리를 더 할당해보세요.