[Tile-serving] [openstreetmap/osm2pgsql] Osm2psql needs too much memory for parsing with libosmium (#574)
Robin Wyss
notifications at github.com
Tue Apr 4 18:43:30 UTC 2017
I ran into the same issue on a VM with 1GB of memory. I was able to solve it by creating 2GB swap file:
dd if=/dev/zero of=/swap bs=1024 count=1048576
chmod 600 /swap
mkswap /swap
swapon /swap
Instructions are from: https://wiki.debian.org/Swap
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/574#issuecomment-291594690
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20170404/5547d9c6/attachment.html>
More information about the Tile-serving
mailing list