Skip to content

Commit f796322

Browse files
High fds (#205)
* Having a Large Number as File Descriptor Limit * xx * headline too short * Update apx-issues.rst --------- Co-authored-by: Valentin Volkl <valentin.volkl@cern.ch>
1 parent c3b359f commit f796322

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

apx-issues.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Known Issues
22
============
33

4+
Slow Performance with a Very Large File Descriptor Limit
5+
---------------------------------------------------
6+
7+
Before CernVM-FS 2.11, having the file descriptor limit set to a very large number
8+
will result in a very slow ``cvmfs`` performance in certain situations.
9+
This is due to certain operations looping over all possible file descriptors,
10+
instead of just the used/opened ones.
11+
This issue is resolved in CernVM-FS 2.11.
12+
413
Publisher nodes with AUFS and XFS
514
---------------------------------
615

0 commit comments

Comments
 (0)