Increase open-files-limit in MariaDB on CentOS 7 with systemd
mkdir -p /etc/systemd/system/mariadb.service.d/vim /etc/systemd/system/mariadb.service.d/limits.conf
LimitNOFILE=20000
systemctl daemon-reload
systemctl restart mariadb
show global variables like 'open%';
页:
[1]