Pliavi / arch-tweaks-and-fixes

Some tweaks for distros, like resolve emoji problems and distro specific problems
MIT License
7 stars 0 forks source link

increase inotify file watchers in manjaro #4

Open Pliavi opened 3 years ago

Pliavi commented 3 years ago

this issues shows there is another file called 50-max_user_watches.conf that overrides the 40-max_user_watches.conf that is in most of docs about increase file watchers https://github.com/guard/listen/issues/444

so, to fix, just add the same to both files:

echo fs.inotify.max_user_watches=524288 | sudo tee /etc/sysctl.d/40-max-user-watches.conf && echo fs.inotify.max_user_watches=524288 | sudo tee /etc/sysctl.d/50-max_user_watches.conf && sudo sysctl --system

Looks like it a problem in KDE??

luisdiaslima commented 3 years ago

Thanks. when I used Kubuntu I didn't have this problem.

Pliavi commented 1 year ago

Reopening, I'll use the issues as text answer instead of a TODO for automation The automation will be done only to Arch-based distros(due to use of pacman and yay)