This is all up to PostgreSQL as osm2pgsql's only direct usage of disk space is 
the flat nodes file. When importing data twice on the second import it will 
delete rows then insert new rows with identical contents. This consumes disk 
space.

You should run a vacuum. You probably don't have enough room for a vacuum full 
or cluster.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/osm2pgsql-dev/osm2pgsql/discussions/2355#discussioncomment-13741117
You are receiving this because you are subscribed to this thread.

Message ID: 
<osm2pgsql-dev/osm2pgsql/repo-discussions/2355/comments/[email protected]>
_______________________________________________
Tile-serving mailing list
[email protected]
https://lists.openstreetmap.org/listinfo/tile-serving

Reply via email to