Skip to content

Instantly share code, notes, and snippets.

@iradofurioso
Created June 15, 2020 03:35
Show Gist options
  • Save iradofurioso/5397a2941a8e56828f83bc1aae1746d1 to your computer and use it in GitHub Desktop.
Save iradofurioso/5397a2941a8e56828f83bc1aae1746d1 to your computer and use it in GitHub Desktop.
MacOS - brew - mariadb - mysql - Too many open files
After the last updated to MacOS CATALINA mysql stopped working properly showing the following message: Too many open files.
The only command the fixed this is the following one:
ulimit -S -n 2048
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment