Hi,
as that example is for maria db, teh oracle mysql rpm dose not ship with something like
/etc/systemd/system/mysqld.service.d
Can I just create /etc/systemd/system/mysqld.service.d/limits.conf and than I'm ready to go?
Thanks for your patience and regards . Götz
Am 29.04.15 um 14:58 schrieb Johan Kooijman:
Gotz,
This is due to systemd, it overrules your settings. Add a file to systemd config fixes it:
[root@mysql2 ~]# cat /etc/systemd/system/mariadb.service.d/limits.conf [Service] LimitNOFILE=10000 LimitMEMLOCK=10000