maptiler / tileserver-gl

Vector and raster maps with GL styles. Server side rendering by MapLibre GL Native. Map tile server for MapLibre GL JS, Android, iOS, Leaflet, OpenLayers, GIS via WMTS, etc.
https://tileserver.readthedocs.io/en/latest/
Other
2.24k stars 639 forks source link

Stuck on starting server #510

Open DrissiReda opened 3 years ago

DrissiReda commented 3 years ago

I simply launched the server using the docker command, and it's stuck on "Starting server".

Using latest version of maptiler/tileserver-gl.

I also used a file from openstreetmap that's quite big (60Gb) is that related?

How can I debug this?

DrissiReda commented 3 years ago

After using my SSD as cache for my raid array where the data is stored, it worked, so the main problem was speed. it kept loading for 48h and I guess it just hanged, because with the cache, it loaded almost instantly.

If anyone has an idea of what's going on please share.