I have installed and tuned my PostgreSql Database and I downloaded LinkedGeoData files from here and then I have executed the line lgd-createdb -h localhost -d databasename -U user -W password -f bremen-latest.osm.pbf
(12MB) and the same for saarland-latest.osm.pbf
(21.6 MB) and worked fine and under 15 Minutes but I tried to load a heavier file like Mecklenburg-Vorpommern-latest.osm.pbf
(54MB) and it didn't react very good, system executes that line but I wait for result since yesterday.
The values of my PostgreSql's conf File postgresql.conf
are
shared_buffers = 2GB
effective_cache_size = 4GB
checkpoint_segments = 256
checkpoint_completion_target = 0.9
autovacuum = off
work_mem = 256MB
maintainance_work_mem = 256MB
My PostgreSql Version is 9.1 under Debian Machine.
How can I solve this issue?
I thank you in advance.