summaryrefslogtreecommitdiff
path: root/doc/design/assistant/blog/day_3__more_races/comment_3_03f5b2344c2a47dea60086f217d60f9b._comment
blob: 92f5dcbd6239e9355556dbbc4296ae7c194f0f73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[[!comment format=mdwn
 username="https://www.google.com/accounts/o8/id?id=AItOawnBJ6Dv1glxzzi4qIzGFNa6F-mfHIvv9Ck"
 nickname="Jim"
 subject="Wording"
 date="2012-06-07T03:43:19Z"
 content="""
For the unfamiliar, it's hard to tell if a command like that would persist.  I'd suggest being as clear as possible, e.g.:

    Increase the limit for now by running:
      sudo sysctl fs.inotify.max_user_watches=81920
    Increase the limit now and automatically at every boot by running:
      echo fs.inotify.max_user_watches=81920 | sudo tee -a /etc/sysctl.conf; sudo sysctl -p

"""]]