]> git.openstreetmap.org Git - nominatim.git/commitdiff
increase cache for osm2pgsql
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 21 Jul 2014 22:27:20 +0000 (00:27 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 21 Jul 2014 22:27:37 +0000 (00:27 +0200)
utils/setup.php

index 870d37eca3a5de45c7d275375bab04583bc28f99..e588bb084a5ff285e60e62ee38be4978eada8843 100755 (executable)
                }
                $osm2pgsql .= ' --tablespace-slim-index ssd --tablespace-main-index ssd --tablespace-main-data ssd --tablespace-slim-data data';
                $osm2pgsql .= ' -lsc -O gazetteer --hstore';
-               $osm2pgsql .= ' -C 18000';
+               $osm2pgsql .= ' -C 25000';
                $osm2pgsql .= ' -P '.$aDSNInfo['port'];
                $osm2pgsql .= ' -d '.$aDSNInfo['database'].' '.$aCMDResult['osm-file'];
                passthruCheckReturn($osm2pgsql);