-
Notifications
You must be signed in to change notification settings - Fork 1
ELK consumes too much resources on the docker version #252
Comments
Here is a possible explanation of the issue, but Dmytro pointed out in the page that:
|
A brief look into this, as I managed to run it by using the link above for docker-cli-run (discovered that by looking into docker logs for elastic). An idea is that there are some prerequisites as pointed here: https://elk-docker.readthedocs.io/#prerequisites As elastic alone requires 2GB RAM - and it is safe to think that 2 elastic instances = 4GB minimum Also tried running a vanilla docker-elk: https://github.com/deviantony/docker-elk and revealed a similar pattern there is a spike (200-300+%) after that it drops down (to 10-20%) - as illustrated by gif: Increasing memory should help (MacOS needs to be confirmed), and @dtitov pointed https://docs.travis-ci.com/user/reference/overview/ in order to try how this on travis. There is a https://www.elastic.co/guide/en/logstash/current/performance-troubleshooting.html guide, not sure it is the scope of this issue. |
Follow up: by looking over the logs of
This confirms #252 (comment) Should we to look more into this? |
Just fix it, if you know how to 😺 |
Solved by PR#254 |
....crashes after a while.
The text was updated successfully, but these errors were encountered: