--- On Thu, 13/8/09, andrzej zaborowski <[email protected]> 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.
_______________________________________________
dev mailing list
[email protected]
http://lists.openstreetmap.org/listinfo/dev

