[OSM-talk] Is gosmore broken with the latest planet file?

Nic Roets nroets at gmail.com
Sun Aug 5 16:50:58 BST 2007


I wouldn't be able to investigate the problem soon, but if I have to
make a guess, it would have to be that the hardcoded constants need
adjustment after the planet file has grown. If you have >= 1GB RAM,
you can try this:

line 38:
#define MAX_NODES 30100800
#define MAX_SEGMENTS 30100800
#define MAX_NAMED_NODES 150000
line 891 :
  wayBuildType *w = (wayBuildType *) calloc (sizeof (*w), 3000000);




More information about the talk mailing list