搬运工 发表于 2020-12-10 19:23:14

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]
查看完整版本: Increase open-files-limit in MariaDB on CentOS 7 with systemd