]> git.openstreetmap.org Git - nominatim.git/blobdiff - utils/setup.php
typo
[nominatim.git] / utils / setup.php
index cf465b15b02a58c1cd7541c646163a7dd853cd5f..871f6e0488b4eec9d1dd1a9d205ebad7b6e26a9d 100755 (executable)
 
                $osm2pgsql = CONST_Osm2pgsql_Binary;
                if (!file_exists($osm2pgsql)) fail("please download and build osm2pgsql");
-               passthru($osm2pgsql.' -lsc -O gazetteer -C 12000 --hstore -d '.$aDSNInfo['database'].' '.$aCMDResult['osm-file']);
+               passthru($osm2pgsql.' --tablespace-slim-index data --tablespace-main-index ssd --tablespace-main-data data --tablespace-slim-data data -lsc -O gazetteer -C 12000 --hstore -d '.$aDSNInfo['database'].' '.$aCMDResult['osm-file']);
 
                $oDB =& getDB();
                $x = $oDB->getRow('select * from place limit 1');