https://bugs.kde.org/show_bug.cgi?id=509210
Jean-Baptiste Mardelle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WAITINGFORINFO Status|REPORTED |NEEDSINFO --- Comment #9 from Jean-Baptiste Mardelle <[email protected]> --- Ok, so on linux, there is a limit to the number of files a user can open. This is sometimes set too low, especially if you have more than 1000 files. YOu can check the current limit in a terminal with cat /proc/sys/fs/inotify/max_user_instances Can you check the output ? To increase this limit, you can edit the file: /etc/security/limits.conf as root and add a line like this: <username> soft nofile 100000 Where <username> is replaced with your username. Reboot and check that the limit has increased with: cat /proc/sys/fs/inotify/max_user_instances If it is correctly increased you should be able to open your project. -- You are receiving this mail because: You are watching all bug changes.
