feat: pre-2025 state
This commit is contained in:
17
.env
17
.env
@@ -16,13 +16,13 @@ PGPORT=5432
|
||||
# BBOX may get overwritten by the computed bbox of the specific area:
|
||||
# make generate-bbox-file
|
||||
# By default, the Makefile will use the content of data/$(area).bbox file if it exists.
|
||||
#BBOX=-180.0,-85.0511,180.0,85.0511
|
||||
BBOX=4.827919,50.740472,5.798035,51.095291
|
||||
#BBOX=2.255544,49.857797,6.586904,51.389246
|
||||
#BBOX=2.255544,49.857797,6.586904,51.389246
|
||||
|
||||
|
||||
# Which zooms to generate with make generate-tiles-pg
|
||||
MIN_ZOOM=0
|
||||
MAX_ZOOM=14
|
||||
MAX_ZOOM=16
|
||||
|
||||
# `MID_ZOOM` setting only works with `make generate-tiles-pg` command. Make sure MID_ZOOM < MAX_ZOOM.
|
||||
# See https://github.com/openmaptiles/openmaptiles-tools/pull/383
|
||||
@@ -47,8 +47,8 @@ BORDERS_PBF_FILE=data/borders/filtered.pbf
|
||||
BORDERS_CSV_FILE=data/borders/lines.csv
|
||||
|
||||
# Number of parallel processes to use when importing sql files
|
||||
#MAX_PARALLEL_PSQL=5
|
||||
MAX_PARALLEL_PSQL=16
|
||||
MAX_PARALLEL_PSQL=5
|
||||
#MAX_PARALLEL_PSQL=16
|
||||
|
||||
# Number of concurrent IO ops to use when generating vector map tiles
|
||||
# Set to ridiculous high values for SSD/NVME
|
||||
@@ -61,13 +61,14 @@ MAX_PARALLEL_PSQL=16
|
||||
# Postgres is mainly idle during all of this (coarse dataset), using only half a core
|
||||
# To be tested if 1 core is dedicated to postgres and the others to tilelive(UV_THREADPOOL_SIZE)
|
||||
# will prove to be more efficient on average. Or just UV_THREADPOOL_SIZE==CPU_THREADS.
|
||||
#COPY_CONCURRENCY=64
|
||||
#COPY_CONCURRENCY=10
|
||||
COPY_CONCURRENCY=64
|
||||
#COPY_CONCURRENCY=256
|
||||
#COPY_CONCURRENCY=512
|
||||
COPY_CONCURRENCY=1024
|
||||
#COPY_CONCURRENCY=1024
|
||||
#COPY_CONCURRENCY=4096
|
||||
|
||||
UV_THREADPOOL_SIZE=16
|
||||
#UV_THREADPOOL_SIZE=16
|
||||
#UV_THREADPOOL_SIZE=24
|
||||
|
||||
# Variables for generate tiles using tilelive-pgquery
|
||||
|
||||
Reference in New Issue
Block a user