Skip to content

Instantly share code, notes, and snippets.

@aaerofeev
Last active February 21, 2017 18:00
Show Gist options
  • Save aaerofeev/d2bf1874c88dc21db34b32cc80d9956b to your computer and use it in GitHub Desktop.
Save aaerofeev/d2bf1874c88dc21db34b32cc80d9956b to your computer and use it in GitHub Desktop.
Mysql Systemctl
# https://dev.mysql.com/doc/refman/5.7/en/using-systemd.html
# systemctl edit mysql
[Service]
LimitNOFILE=infinity
LimitMEMLOCK=infinity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment