Skip to content

Commit

Permalink
increase fs.inotify.max_user_watches
Browse files Browse the repository at this point in the history
  • Loading branch information
mira-miracoli committed Apr 30, 2024
1 parent 2494d80 commit b4ea5f0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions celery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@
alternatives:
name: python
path: /usr/bin/python3
- name: Increase fs.inotify.max_user_watches # see https://github.com/usegalaxy-eu/issues/issues/544
ansible.posix.sysctl:
name: fs.inotify.max_user_watches
value: '524288'
sysctl_set: true
state: present
reload: true
roles:
- artis3n.tailscale
- role: usegalaxy_eu.handy.os_setup
Expand Down

0 comments on commit b4ea5f0

Please sign in to comment.