Divide and Conquer
[에러해결] open mrtmp.test-34-19: too many open files 본문
728x90
# 시스템 리소스 제한 확인
ulimit -a
# 열린 파일 수 늘리기
ulimit -n 100000
이렇게 설정하고 쓰니 돌아감(근데 이렇게까지 클 필요가 없어서 줄임)
요약
ulimit -n 16384
go clean -testcache
go test -run Failure mapreduce/...
반응형
'성장캐 > 분산컴퓨팅' 카테고리의 다른 글
[에러해결] go tool compile: fork/exec /usr/lib/go-1.18/pkg/tool/linux_amd64/compile: resource temporarily unavailable (0) | 2024.05.29 |
---|---|
[에러해결] wc.go:5:2: package mapreduce is not in GOROOT (/usr/lib/go-1.18/src/mapreduce) (0) | 2024.05.28 |
[에러해결] ok mapreduce (cached) (0) | 2024.05.28 |
[에러해결] go: warning: "mapreduce/..." matched no packages (0) | 2024.05.28 |
RPC (0) | 2024.03.05 |
Comments