Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions apx-issues.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Known Issues
============

Slow Performance with a Very Large File Descriptor Limit
---------------------------------------------------

Before CernVM-FS 2.11, having the file descriptor limit set to a very large number
will result in a very slow ``cvmfs`` performance in certain situations.
This is due to certain operations looping over all possible file descriptors,
instead of just the used/opened ones.
This issue is resolved in CernVM-FS 2.11.

Publisher nodes with AUFS and XFS
---------------------------------

Expand Down