2022-11-04

Errno=No space left on device (ENOSPC) 해결법

sudo sysctl fs.inotify.max_user_watches=1000000

sudo vi /etc/sysctl.d/99-custom.conf
fs.inotify.max_user_watches=1000000 라고 써

댓글 없음:

댓글 쓰기

도커 내부의 hosts에 주소 추가하기

echo "192.168.10.19 happycpu-P620.local" | sudo tee -a /etc/hosts