Hi Uli, On 25 October 2012 19:11, Uli Strötz <[email protected]> wrote:
> Hi Brett, > > that is what I typed and get back: > > C:\Users\u.stoertz\Downloads\s\osmosis-0.41\bin>osmosis --rx 1.osm.bz2 > --tf acce > pt-nodes addr:housenumber=* --tf reject-relations --un --wx > 1_nodes.osm.bz2 > > Can you try modifying the command line as follows? osmosis --rx 1.osm.bz2 --tf accept-nodes addr:housenumber=* --tf reject-relations --un *idTrackerType=Dynamic* --wx 1_nodes.osm.bz2 Note the addition of "*idTrackerType=Dynamic*". This will tell the --used-node task to use a more memory efficient id tracking implementation. Hopefully it will resolve your issue. I'm about to commit a change to make Dynamic the default. Other tasks such as --bounding-box already use Dynamic, but the --used-node and --used-way tasks had been missed. Brett
_______________________________________________ osmosis-dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/osmosis-dev
