postgres : no space is left on disk
Hello,
I am trying to install OSM on a virtual machine of Esxi server 6.7 whcih on debian system.
the allocated resources to the debian system are:
ram: 30G
, disk space: 70G
, CPU: 1
I am trying to import the osm map data for Germany to postgres database.
- I did this command :
postgres@osm:~$ osm2pgsql --slim -d gis --hstore --multi-geometry --number-proce sses 1 --tag-transform-script /home/osm/openstreetmap-carto/openstreetmap-carto. lua --style /home/osm/openstreetmap-carto/openstreetmap-carto.style -C 16500 /ho me/osm/germany-latest.osm.pbf
- then I received this error
Reading in file: /home/osm/germany-latest.osm.pbf
Using PBF parser.
Processing: Node(328827k 390.5k/s) Way(53629k 27.96k/s) Relation(0 0.00/s)COPY_END for COPY planet_osm_ways FROM STDIN;
failed: ERROR: could not extend file "base/16385/34513.4": No space left on device
HINT: Check free disk space.
CONTEXT: COPY planet_osm_ways, line 20803763
could you please help me, I am new on this part. I don not know exactly how much space is required
the output df -h on my host:
![alt text][1]
thanks for your answer.
BR. Eman
[1]: https://help.openstreetmap.org/upfiles/23.PNG