mirror of
https://github.com/khuedoan/homelab.git
synced 2025-02-02 04:14:28 +07:00
fix: fix cannot view logs on dev VM
Failed to create fsnotify watcher: too many open files https://www.suse.com/support/kb/doc/?id=000020048
This commit is contained in:
parent
c1ff305343
commit
5ff9cdb8dd
2
metal/Vagrantfile
vendored
2
metal/Vagrantfile
vendored
@ -30,5 +30,7 @@ Vagrant.configure("2") do |config|
|
|||||||
setenforce Permissive
|
setenforce Permissive
|
||||||
dnf install -y iscsi-initiator-utils
|
dnf install -y iscsi-initiator-utils
|
||||||
systemctl enable --now iscsid
|
systemctl enable --now iscsid
|
||||||
|
sysctl fs.inotify.max_user_instances=8192
|
||||||
|
sysctl -p
|
||||||
SHELL
|
SHELL
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user