Error ::: The user limit on the total number of inotify watches was reached or the kernel failed to allocate a needed resource. (Errno::ENOSPC)
Error ::: The user limit on the total number of inotify watches was reached or the kernel failed to allocate a needed resource. (Errno::ENOSPC)
Server was not started
Link :: https://stackoverflow.com/questions/47075661/error-user-limit-of-inotify-watches-reached-extreact-build
Solution ::
echo fs.inotify.max_user_watches=524288 | sudo tee /etc/sysctl.d/40-max-user-watches.conf && sudo sysctl --system
Comments
Post a Comment