Listen error: unable to monitor directories for changes

后端 未结 5 838
走了就别回头了
走了就别回头了 2021-01-30 02:50

I am getting the following error while running my rails app in Ubuntu server

FATAL: Listen error: unable to monitor directories for changes. Visit https

5条回答
  •  隐瞒了意图╮
    2021-01-30 03:44

    Just try to execute this from your console

    echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
    

    Hope this will work for you .

    References: click here

提交回复
热议问题