[Service]
LimitNOFILE=100000
* soft nofile 100000
* hard nofile 100000
root hard nofile 100000
root soft nofile 100000
fs.file-max = 100000
sysctl -p
systemctl daemon-reload
systemctl restart $service
[Service]
LimitNOFILE=100000
* soft nofile 100000
* hard nofile 100000
root hard nofile 100000
root soft nofile 100000
fs.file-max = 100000
sysctl -p
systemctl daemon-reload
systemctl restart $service