When I install the Ant Media Server monitoring tools, ElasticSearch service cannot be started and it just gives the following error
Job for elasticsearch.service failed because a fatal signal was delivered to the control process.
See "systemctl status elasticsearch.service" and "journalctl -xe" for details.
How can I fix this issue?
CodePudding user response:
This error is a general error, in order to say something clear, it is necessary to check the output of the systemctl status elasticsearch.service command. But according to my experience, the service cannot be started due to insufficient memory. For this, you can run the monitoring tool script with the -m parameter.
Example usage:
./install-monitoring-tools.sh -m 1g
