added information about how to prevent a possible error during 'generate-tiles-pg' (#1432)

Added a comment within docker-compose.yml to prevent an error during `make generate-tiles-pg`
This commit is contained in:
Thomas Helmrich 2022-10-20 11:11:44 +02:00 committed by GitHub
parent 4cb65b0a4f
commit 567939b5ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,7 @@ services:
postgres: postgres:
image: "${POSTGIS_IMAGE:-openmaptiles/postgis}:${TOOLS_VERSION}" image: "${POSTGIS_IMAGE:-openmaptiles/postgis}:${TOOLS_VERSION}"
# Use "command: postgres -c jit=off" for PostgreSQL 11+ because of slow large MVT query processing # Use "command: postgres -c jit=off" for PostgreSQL 11+ because of slow large MVT query processing
# Use "shm_size: 512m" if you want to prevent a possible 'No space left on device' during 'make generate-tiles-pg'
volumes: volumes:
- pgdata:/var/lib/postgresql/data - pgdata:/var/lib/postgresql/data
networks: networks: