We are facing problem with the setup.php file. Can any one has any way to overcome this error ?
-- asked 31 Jul '15, 08:06 arj123 |
It seems like you sure you are calling
answered 31 Jul '15, 08:12 scai ♦ Thanks @scai, so instead of ./utils/setup.php --osm-file <your data="" file=""> --all [--osm2pgsql-cache 24000] 2>&1 | tee setup.log I have to use ./utils/setup.php --osm-file <your data="" file=""> --all --osm2pgsql-cache 24000 2>&1 | tee setup.log ?
(31 Jul '15, 08:19)
arj123
Yes, exactly :) Ideally you should adapt the size of the cache to your environment.
(31 Jul '15, 08:49)
scai ♦
|