Skip to content

Commit

Permalink
Increase inotify user limit.
Browse files Browse the repository at this point in the history
  • Loading branch information
rebolledos committed Feb 1, 2024
1 parent 4bf3421 commit 76e9054
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion roles/nomad_add_common/tasks/configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
dest: "{{ path_system }}nomad.service"
owner: ubuntu


- name: Increase inotify user limit
sysctl: name=fs.inotify.max_user_watches value=16384 sysctl_set=yes

3 changes: 2 additions & 1 deletion roles/nomad_common/tasks/configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@
dest: "{{ path_system }}nomad.service"
owner: ubuntu


- name: Increase inotify user limit
sysctl: name=fs.inotify.max_user_watches value=16384 sysctl_set=yes

0 comments on commit 76e9054

Please sign in to comment.