tiles more processes on import
This commit is contained in:
parent
8ae2a20939
commit
8c56f36382
|
@ -121,7 +121,8 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../../_source/tile-libre-is.rst:162
|
#: ../../../_source/tile-libre-is.rst:162
|
||||||
msgid "Edit /usr/lib/systemd/system/renderd.service and add to [Service] section:"
|
msgid ""
|
||||||
|
"Edit /usr/lib/systemd/system/renderd.service and add to [Service] section:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../../_source/tile-libre-is.rst:170
|
#: ../../../_source/tile-libre-is.rst:170
|
||||||
|
@ -179,4 +180,3 @@ msgstr ""
|
||||||
#: ../../../_source/tile-libre-is.rst:224
|
#: ../../../_source/tile-libre-is.rst:224
|
||||||
msgid "Add more tiles..."
|
msgid "Add more tiles..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -111,7 +111,7 @@ the old database first than do an update. XXX
|
||||||
chmod o+rx ~
|
chmod o+rx ~
|
||||||
sudo -u _renderd osm2pgsql -d gis --create --slim -G --hstore \
|
sudo -u _renderd osm2pgsql -d gis --create --slim -G --hstore \
|
||||||
--tag-transform-script ~/src/openstreetmap-carto/openstreetmap-carto.lua \
|
--tag-transform-script ~/src/openstreetmap-carto/openstreetmap-carto.lua \
|
||||||
-C 98304 \
|
-C 98304 --number-processes 8 \
|
||||||
-S ~/src/openstreetmap-carto/openstreetmap-carto.style \
|
-S ~/src/openstreetmap-carto/openstreetmap-carto.style \
|
||||||
~/data/planet-latest.osm.pbf
|
~/data/planet-latest.osm.pbf
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue