SyntaxFix
Write A Post
Hire A Developer
Questions
On MacOS, show the limits:
launchctl limit maxfiles
Result like: maxfiles 256 1000
maxfiles 256 1000
If the numbers (soft limit & hard limit) are too low, you have to set upper:
sudo launchctl limit maxfiles 65536 200000