Advertisement
thefinn93

Untitled

Apr 14th, 2012
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. www-data@badger:/mnt/pbf$ bunzip2 -c planet-latest.osm.bz2 | osm2pgsql --slim -C 8192 /dev/stdin
  2. osm2pgsql SVN version 0.80.0 (32bit id space)
  3.  
  4. Using projection SRS 900913 (Spherical Mercator)
  5. Setting up table: planet_osm_point
  6. NOTICE: table "planet_osm_point_tmp" does not exist, skipping
  7. Setting up table: planet_osm_line
  8. NOTICE: table "planet_osm_line_tmp" does not exist, skipping
  9. Setting up table: planet_osm_polygon
  10. NOTICE: table "planet_osm_polygon_tmp" does not exist, skipping
  11. Setting up table: planet_osm_roads
  12. NOTICE: table "planet_osm_roads_tmp" does not exist, skipping
  13. Allocating memory for dense node cache
  14. Allocating dense node cache in one big chunk
  15. Out of memory for dense node cache, reduce --cache size
  16. Error occurred, cleaning up
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement