kubesail / pibox-os

📦💻 The Official PiBox Operating System
https://pibox.io
54 stars 19 forks source link

set inotify permanently #4

Open pastudan opened 2 years ago

pastudan commented 2 years ago

this is temporary

sudo sysctl fs.inotify.max_user_watches=65536

erulabs commented 2 years ago

sysctl can be set like

echo "fs.inotify.max_user_watches=65536" >> /etc/sysctl.d/99-pibox.conf