On 30/03/20 10:15, Dr Nicholas Bailey wrote:
> I don't trust Zoom anyway.  Why has it got more than 20000 open file 
> descriptors? What's it doing  with my files??
> 
> $ lsof | grep -i zoom | wc -l
> 20811

I can't find what I was looking for, but this was mentioned recently on
LWN. Apparently it's down to naive usage of glibc ... :-(

I think it was this article https://lwn.net/Articles/814535/ , you'll
probably find it was blindly searching for a whole bunch of config files
are those descriptors are dentries for files that don't exist.

Cheers,
Wol

Reply via email to