mirror of
https://github.com/kairos-io/packages.git
synced 2025-08-24 00:28:34 +00:00
Increase fs.inotify.max_user_instances sysctl value (#604)
Fixes https://github.com/kairos-io/kairos/issues/2071 Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
This commit is contained in:
parent
a446418240
commit
123fbabc6f
@ -1,4 +1,4 @@
|
||||
packages:
|
||||
- name: "kairos-overlay-files"
|
||||
category: "static"
|
||||
version: "1.1.18"
|
||||
version: "1.1.19"
|
||||
|
@ -9,6 +9,8 @@ stages:
|
||||
sysctl:
|
||||
net.core.rmem_max: 2500000
|
||||
vm.max_map_count: 262144
|
||||
fs.inotify.max_user_instances: 8192
|
||||
fs.inotify.max_user_watches: 524288
|
||||
initramfs:
|
||||
- name: "Default systemd config"
|
||||
if: '[ -e "/sbin/systemctl" ] || [ -e "/usr/bin/systemctl" ] || [ -e "/usr/sbin/systemctl" ] || [ -e "/usr/bin/systemctl" ]'
|
||||
@ -126,4 +128,4 @@ stages:
|
||||
- ln -sf /etc/systemd/system/cos-setup-reconcile.timer /etc/systemd/system/multi-user.target.wants/cos-setup-reconcile.timer
|
||||
- ln -sf /etc/systemd/system/cos-setup-fs.service /etc/systemd/system/sysinit.target.wants/cos-setup-fs.service
|
||||
- ln -sf /etc/systemd/system/cos-setup-boot.service /etc/systemd/system/multi-user.target.wants/cos-setup-boot.service
|
||||
- ln -sf /etc/systemd/system/cos-setup-network.service /etc/systemd/system/multi-user.target.wants/cos-setup-network.service
|
||||
- ln -sf /etc/systemd/system/cos-setup-network.service /etc/systemd/system/multi-user.target.wants/cos-setup-network.service
|
||||
|
Loading…
Reference in New Issue
Block a user