]> git.proxmox.com Git - pve-container.git/blame - src/10-pve-ct-inotify-limits.conf
bump version to 3.0-18
[pve-container.git] / src / 10-pve-ct-inotify-limits.conf
CommitLineData
02209345
TL
1# increase kernel hardcoded defaults by a factor of 512 to allow running more
2# than a very limited count of inotfiy hungry CTs (i.e., those with newer
3# systemd >= 240). This can be done as the memory used by the queued events and
4# watches is accounted to the respective memory CGroup.
5# One can override this by using a /etc/sysctl.d/*.conf file
6
7# 2^23
8fs.inotify.max_queued_events = 8388608
9# 2^16
10fs.inotify.max_user_instances = 65536
11# 2^22
12fs.inotify.max_user_watches = 4194304