Giter VIP home page Giter VIP logo

openstreetmap-tile-server's People

Contributors

gakowalski avatar hhansen06 avatar overv avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

ugoertz

openstreetmap-tile-server's Issues

Consider using dumb-init or tini

Normally, when you launch a Docker container, the process you're executing becomes PID 1, giving it the quirks and responsibilities that come with being the init system for the container.

There are two common issues this presents:

  1. In most cases, signals won't be handled properly.
  2. Orphaned zombie processes aren't properly reaped.

https://github.com/Yelp/dumb-init

Postgis Plugin: ERROR: could not resize shared memory segment XXX to YYY bytes: No space left on device,

I've encountered strange error which says that No space left on device while there is plenty of free space and also it says in one line renderd[126]: ERROR: failed to render TILE ajt 6 32-39 16-23, and in the next line renderd[126]: DEBUG: DONE TILE ajt 6 32-39 16-23 in 4.182 seconds,. I don't know if it's important but it's worth reporting.

renderd[126]: ERROR: failed to render TILE ajt 6 32-39 16-23,
renderd[126]: reason: Postgis Plugin: ERROR: could not resize shared memory segment "/PostgreSQL.609248538" to 50438144 bytes: No space left on device,
in executeQuery Full sql was: 'SELECT ST_AsBinary("way") AS geom,"feature","way_pixels" FROM (SELECT,
way, way_pixels,,
COALESCE(wetland, landuse, "natural") AS feature,
FROM (SELECT,
way,,
('landuse_' || (CASE WHEN landuse IN ('forest', 'farmland', 'residential', 'commercial', 'retail', 'industrial',,
'meadow', 'vineyard', 'orchard') THEN landuse ELSE NULL END)) AS landuse,,
('natural_' || (CASE WHEN "natural" IN ('wood', 'sand', 'scree', 'shingle', 'bare_rock', 'heath', 'grassland', 'scrub') THEN "natural" ELSE NULL END)) AS "natural",,
('wetland_' || (CASE WHEN "natural" IN ('wetland', 'mud') THEN (CASE WHEN "natural" IN ('mud') THEN "natural" ELSE tags->'wetland' END) ELSE NULL END)) AS wetland,,
way_area/NULLIF(POW(8.73566e+060.0010.28,2),0) AS way_pixels,,
way_area,
FROM planet_osm_polygon,
WHERE (landuse IN ('forest', 'farmland', 'residential', 'commercial', 'retail', 'industrial', 'meadow', 'vineyard', 'orchard'),
OR "natural" IN ('wood', 'wetland', 'mud', 'sand', 'scree', 'shingle', 'bare_rock', 'heath', 'grassland', 'scrub')),
AND way_area > 0.012445.98::real2445.98::real,
AND building IS NULL,
) AS features,
ORDER BY way_area DESC, feature,
) AS landcover_low_zoom WHERE "way" && ST_SetSRID('BOX3D(-313086.0678562508 4696291.017843749,5322463.153556248 10331840.23925625)'::box3d, 3857)',
renderd[126]: DEBUG: DONE TILE ajt 6 32-39 16-23 in 4.182 seconds,

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.