openstack-ansible-galera_se.../templates/systemd.limits.conf.j2
Jean-Philippe Evrard 79b39d585a Set the proper amount of open files in systemd
We used the amount of connections instead of the maximum number
of open files for the systemd unit limit.

The amount of connections are handled by mysql.

Change-Id: Ib82cba87038ac2601b4ff268c6c889dbe2387228
Closes-Bug: #1659060
2017-01-24 18:07:43 +00:00

6 lines
73 B
Django/Jinja

# {{ ansible_managed }}
[Service]
LimitNOFILE={{ galera_file_limits }}