docker-cartodb icon indicating copy to clipboard operation
docker-cartodb copied to clipboard

After 10 minutes docker container exits.

Open romulogoncalves opened this issue 6 years ago • 2 comments

f9e4c4ce9bfe        sverhoeven/cartodb   "/bin/bash /opt/st..."   24 minutes ago      Exited (134) 14 minutes ago
405e7d58800d        sverhoeven/cartodb   "/bin/bash /opt/st..."   12 minutes ago      Exited (134) 2 minutes ago

Is there a timeout?

romulogoncalves avatar Jun 17 '18 18:06 romulogoncalves

It seems maybe lack of space. After loading 3 layers it crashed after 5 minutes. What would be the best way to debug the issue, this is, check what is going inside the container?

romulogoncalves avatar Jun 17 '18 18:06 romulogoncalves

The Docker container exists when the cartodb rails web application dies. Can you share the log, retrieve with docker logs <container id>? I suspect exit code 134 is out of memory error.

sverhoeven avatar Jun 19 '18 20:06 sverhoeven