You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
오늘은 맥북의 "error: pipe failed / error: too many open files" 관련 에러 문제를 올립니다.
문제:
이 문제는 Mac OS에서 "hugo server"를 실행할 때 launchctl maxfiles, ulimit -n, sysctl kern.maxfiles, sysctl kern.maxfilesperproc 중 하나 이상이 hugo server가 요구하는 값의 이하일 때 생기는 에러입니다.
안녕하세요 @haksungjang님,
오늘은 맥북의 "error: pipe failed / error: too many open files" 관련 에러 문제를 올립니다.
문제:
이 문제는 Mac OS에서 "hugo server"를 실행할 때
launchctl maxfiles
,ulimit -n
,sysctl kern.maxfiles
,sysctl kern.maxfilesperproc
중 하나 이상이 hugo server가 요구하는 값의 이하일 때 생기는 에러입니다.이 링크로 가시면 Mac OS에 일어나는 문제점을 보실 수 있습니다.
해결안:
저는 이 문제를 이 솔루션을 이용해 hugo server의 대체 커멘드 start.sh를 만들었습니다.
이 start.sh는 다음의 성격을 갖고 있습니다:
start.sh의 cross-platform 안전성을 위해 포괄적인 유닛 테스트를 했습니다.
이 링크로 가시면 테스팅의 결과물을 그리고 이 링크에선 소스 코드를 보실 수 있습니다.
관리자님, 제게 부족한 점이 많습니다. 혹시 부족한 부분이 있다면 지적해 주시고 가르쳐 주세요. 배우겠습니다.
관리자님, 제 메세지를 읽어주셔서 고맙습니다.
좋은 하루 보내세요.
감사합니다.
The text was updated successfully, but these errors were encountered: