File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -391,8 +391,9 @@ DELETED: Please use packer.nvim or other lua-rocks wrapper instead. This no long
391
391
### FAQ
392
392
393
393
1 . Error: Too many open files
394
+
394
395
- \* nix systems have a setting to configure the maximum amount of open file
395
- handles. It can occur that the default value is pretty low and that you end
396
- up getting this error after opening a couple of files. You can see the
397
- current limit with ` ulimit -n ` and set it with ` ulimit -n 4096 ` . (macos might
398
- work different)
396
+ handles. It can occur that the default value is pretty low and that you end up
397
+ getting this error after opening a couple of files. On Linux you can see the
398
+ current limit with ` ulimit -n ` and set it with ` ulimit -n 4096 ` . If you're on
399
+ macOS the command is ` sudo launchctl limit maxfiles 4096 4096 ` .
You can’t perform that action at this time.
0 commit comments