elasticsearch: increase the # of file descriptors

The elasticsearch process needs more file descriptors to run than the
default allows.
This commit is contained in:
Albert Hopkins 2017-05-22 03:14:12 +00:00
parent 46b8f22294
commit 2db0b80334
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ After = network.target
[Service]
User = elastic
Group = elastic
LimitNOFILE=65536
Environment=ES_HOME=/var/lib/elasticsearch
ExecStart = /var/lib/elasticsearch/bin/elasticsearch