cannot get elasticsearch service to run in ubuntu 17?
Solution 1:
First, you should enable journalctl
so we can gain some insights about what is going on.
Since it seems to be a memory issue (you have 1GB on your VPS and ES is pre-configured with 1GB heap), you have two options:
- decrease the heap in
config/jvm.options
- or increase your VPS RAM