Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.

securityonion-setup: increase MySQL open files limit #1322

Closed
dougburks opened this issue Sep 1, 2018 · 2 comments
Closed

securityonion-setup: increase MySQL open files limit #1322

dougburks opened this issue Sep 1, 2018 · 2 comments

Comments

@dougburks
Copy link
Contributor

dougburks commented Sep 1, 2018

Reported here:
https://groups.google.com/d/topic/security-onion/l-1-C6EPKz0/discussion

Fix should look something like this:

mkdir -p /lib/systemd/system/mysql.service.d
cat << EOF >> /lib/systemd/system/mysql.service.d/limit_nofile.conf
[Service]
LimitNOFILE=90000
EOF
systemctl daemon-reload
systemctl restart mysql
@dougburks
Copy link
Contributor Author

@dougburks
Copy link
Contributor Author

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant