Skip to content

Commit ad7ca6c

Browse files
committed
Increase inotify limits
1 parent e21ea45 commit ad7ca6c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

local-hosting/proxmox/ubuntu-cloud-k3d.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,10 @@ runcmd:
211211
212212
# Deploy Splunk secrets
213213
- /snap/bin/kubectl apply -f /tmp/workshop-secrets.yaml
214+
215+
# Increase inotify limits for k3s
216+
- sysctl -w fs.inotify.max_user_watches=524288
217+
- sysctl -w fs.inotify.max_user_instances=8192
214218
EOF
215219

216220
#qm destroy $VMID >/dev/null

0 commit comments

Comments
 (0)