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 |
One Answer:
It seems like you sure you are calling
answered 31 Jul '15, 08:12 scai ♦ edited 31 Jul '15, 08:13 |
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 |
One Answer:
It seems like you sure you are calling
answered 31 Jul '15, 08:12 scai ♦ edited 31 Jul '15, 08:13 |
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 ?
Yes, exactly :) Ideally you should adapt the size of the cache to your environment.
thank you.