diff options
Diffstat (limited to 'src/etc/sysctl.d/32-vyos-podman.conf')
-rw-r--r-- | src/etc/sysctl.d/32-vyos-podman.conf | 5 |
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 + |