elasticsearch: increase the # of file descriptors
The elasticsearch process needs more file descriptors to run than the default allows.
This commit is contained in:
parent
46b8f22294
commit
2db0b80334
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue