[Tile-serving] [openstreetmap/osm2pgsql] Planet load fails with ERROR: relation "osm_point" does not exist (#855)

ImreSamu notifications at github.com
Wed Jul 11 10:18:37 UTC 2018


@jnewmoyer :
>I discovered that I was getting an Out of Memory with osm2pgsql  ....
>I am doing a planet import on an EC2 instance with 16G of RAM  ....

Try to add an extra 32Gb "Swap Space" ( ~ "double the amount of system memory". ) 
or upgrade your EC2 instance.

### "Swap Space" 
`One of the easiest way of guarding against out-of-memory errors in applications is to add some swap space to your server.
In this guide, we will cover how to add a swap file to an Ubuntu 18.04 server.`
https://www.digitalocean.com/community/tutorials/how-to-add-swap-space-on-ubuntu-18-04

You can find lot of information about tunning EC2 instances
* https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-store-swap-volumes.html
* https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/disk-performance.html
* ...


### osm2pgsql community benchmarks / settings :

https://wiki.openstreetmap.org/wiki/Osm2pgsql/benchmarks
( you can add your benchmarks )



-- 
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/855#issuecomment-404119521
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20180711/ad253328/attachment.html>


More information about the Tile-serving mailing list