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

securityonion-setup: increase MySQL open files limit #1322

@dougburks

Description

@dougburks

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions