본문 바로가기

# VSCode

[VSCode] "Visual Studio Code is unable to watch for file changes in this large workspace" (error ENOSPC) 에러 / 이 큰 작업 영역 폴더에서 파일 변경 내용을 확인할 수 없습니다. 이 문제를 해결하려면 지침 링크를 따..

728x90
반응형
cat /proc/sys/fs/inotify/max_user_watches

> 8192

max_user_watches 값 변경

echo fs.inotify.max_user_watches=65536 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
728x90
반응형