Comment 3 for bug 13371

Revision history for this message
Matthias Klose (doko) wrote : Re: Too many file opened at one

Is this fix worth adding? Trade off cpu load vs. having a large number of files
open?

There's another possibility to raise the number of allowed open files per
process for the desktop user,
adding a line to /etc/security/limits.conf:

<username> hard nofile 2048

maybe this can be generalized to

@users hard nofile 2048

as a default.