summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-08-23 14:42:25 +0200
committerChristian Poessinger <christian@poessinger.com>2021-08-23 14:42:25 +0200
commit501e9a9a53aac71c451a8dfbbe2508ff59740a0b (patch)
tree54993036130f4be33a8749567861f7a3a560c1a9 /src
parente0b2453bd0399d387f4a4d0c4f2e12509249db27 (diff)
downloadvyos-1x-501e9a9a53aac71c451a8dfbbe2508ff59740a0b.tar.gz
vyos-1x-501e9a9a53aac71c451a8dfbbe2508ff59740a0b.zip
container: T2216: increase sysctl inotify watchers
Diffstat (limited to 'src')
-rw-r--r--src/etc/sysctl.d/32-vyos-podman.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/etc/sysctl.d/32-vyos-podman.conf b/src/etc/sysctl.d/32-vyos-podman.conf
new file mode 100644
index 000000000..7068bf88d
--- /dev/null
+++ b/src/etc/sysctl.d/32-vyos-podman.conf
@@ -0,0 +1,5 @@
+# Increase inotify watchers as per https://bugzilla.redhat.com/show_bug.cgi?id=1829596
+fs.inotify.max_queued_events = 1048576
+fs.inotify.max_user_instances = 1048576
+fs.inotify.max_user_watches = 1048576
+