Hi Uli,<br><br><div class="gmail_quote">On 25 October 2012 19:11, Uli Strötz <span dir="ltr"><<a href="mailto:ustroetz@gmail.com" target="_blank">ustroetz@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><div>Hi Brett,</div><div><br></div><div>that is what I typed and get back:</div><div><br></div><div>C:\Users\u.stoertz\Downloads\s\osmosis-0.41\bin>osmosis --rx 1.osm.bz2 --tf acce</div><div>pt-nodes addr:housenumber=* --tf reject-relations --un --wx 1_nodes.osm.bz2</div>
<br></div></blockquote></div>Can you try modifying the command line as follows?<br>osmosis --rx 1.osm.bz2 --tf accept-nodes addr:housenumber=* --tf reject-relations --un <b>idTrackerType=Dynamic</b> --wx 1_nodes.osm.bz2<br>
<br>Note the addition of "<b>idTrackerType=Dynamic</b>". This will tell the --used-node task to use a more memory efficient id tracking implementation. Hopefully it will resolve your issue.<br><br>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.<br>
<br>Brett<br><br>