[OSM-dev] osm2pgsql on debian
andrzej zaborowski
balrogg at gmail.com
Fri Aug 14 03:13:57 BST 2009
2009/8/14 John Smith <delta_foxtrot at yahoo.com>:
> --- On Thu, 13/8/09, andrzej zaborowski <balrogg at gmail.com> wrote:
>> though I'm surprised it'd run out of memory even when
>> processing a
>> single province.
>
> It's due to int on 32bit processer and int on 64bit processer being twice as big. Without 64bit int you can't store nodes with an id over 4bill.
As far as my reading of osm2pgsql code went it can't deal with IDs >
32-bits at all, e.g. all its postgres tables use "int4" for IDs.
Note that the error is from pthread_create so it seems unlikely it has
anything to do with the word size?
Cheers
More information about the dev
mailing list