https://bugs.kde.org/show_bug.cgi?id=381406

Kåre Särs <kare.s...@iki.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|WAITINGFORINFO              |---
     Ever confirmed|0                           |1
             Status|NEEDSINFO                   |CONFIRMED

--- Comment #5 from Kåre Särs <kare.s...@iki.fi> ---
OK,

The problem is that you run out of allowed open file handles. There is a limit
for every process of how many files they can have open.

https://www.cyberciti.biz/faq/linux-increase-the-maximum-number-of-open-files/


I got:
...$ ulimit -Hn
65536
...$ ulimit -Sn
1024


You can temporarily increase the number of allowed open files, but adding a
proper GUI indication is maybe not so trivial. What should we do about it when
we reach that state? Just pop-up an error message or do something? This needs a
bit of a discussion...

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to