Skip to content

Commit 3223396

Browse files
committed
docs: add faq section
fix #351
1 parent 5aa0999 commit 3223396

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,3 +324,12 @@ This will enable debuggin for the plugin.
324324
### plenary.neorocks
325325

326326
DELETED: Please use packer.nvim or other lua-rocks wrapper instead. This no longer exists.
327+
328+
### FAQ
329+
330+
1. Error: Too many open files
331+
- \*nix systems have a setting to configure the maximum amount of open file
332+
handles. It can occur that the default value is pretty low and that you end
333+
up getting this error after opening a couple of files. You can see the
334+
current limit with `ulimit -n` and set it with `ulimit -n 4096`. (macos might
335+
work different)

0 commit comments

Comments
 (0)