Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
16
rated 0 times [  16] [ 0]  / answers: 1 / hits: 23690  / 2 Years ago, wed, june 29, 2022, 6:40:23

I am working with meteor.js and I need to increase the value of /proc/sys/fs/inotify/max_user_watches to solve my problem (here is a description of problem and solution).



But I can not do it:



➜  ~  sudo echo 10000 > /proc/sys/fs/inotify/max_user_watches
zsh: permission denied: /proc/sys/fs/inotify/max_user_watches


How can I change this value ?


More From » 13.04

 Answers
7

Just become root by running



sudo su


And then



echo 10000 > /proc/sys/fs/inotify/max_user_watches

[#29188] Thursday, June 30, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
izecaptur

Total Points: 113
Total Questions: 102
Total Answers: 114

Location: Northern Mariana Islands
Member since Fri, Jan 15, 2021
3 Years ago
;