Locate the service under /etc/systemd/system
and edit it with vim. Add the following to the [Service]
section of the file:
LimitNOFILE=65536
This is the equivalent of ulimit -n
.
Restart the service.
Further reading:
Locate the service under /etc/systemd/system
and edit it with vim. Add the following to the [Service]
section of the file:
LimitNOFILE=65536
This is the equivalent of ulimit -n
.
Restart the service.
Further reading: