Digital Marketing

Fix “Too many open files” error on macOS

macOS by default is configured for a small number of file handles, You can raise the ulimit with 
sudo launchctl limit maxfiles unlimited
This command can also fix any "Too many open files" error.

Comments

Popular posts from this blog

MySQL Sandbox with the Sakila sample database