docker-cartodb
docker-cartodb copied to clipboard
After 10 minutes docker container exits.
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?
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?
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.