Skip to content

Commit

Permalink
Increase inotify limit
Browse files Browse the repository at this point in the history
  • Loading branch information
fspv committed Nov 3, 2023
1 parent c81a5ed commit a5f98a0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions roles/common-tweaks/tasks/configs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,9 @@
state: absent
with_fileglob: /etc/profile.d/vte*.sh

- name: config user sysctl config
copy:
content: |
fs.inotify.max_user_instances=8192
dest: /etc/sysctl.d/99-user.conf
owner: "root"

0 comments on commit a5f98a0

Please sign in to comment.