Hi! That error comes from the Javascript part, not from the node location store, so changes to the -l parameter will not help. It's probably the same problem Martijn reported on dev recently. There seems to be a memory leak somewhere in the Javascript code of Osmium. What OSM extract did you try to run it on?
Jochen On Sat, Nov 19, 2011 at 08:52:39AM -0800, ThomasB wrote: > Date: Sat, 19 Nov 2011 08:52:39 -0800 (PST) > From: ThomasB <[email protected]> > To: [email protected] > Subject: Re: [OSM-talk] Statistics on road network length? > > unfortunately osmium(osmjs) ends with > /# Fatal error in CALL_AND_RETRY_2 > # Allocation failed - process out of memory/ > > although there is still sufficient (physical) memory available. A change of > osmjs -l array -> disk did not help. > > > Frederik Ramm wrote: > > > > Hi, > > > > On Fri, 18 Nov 2011 11:56:53 -0800 (PST) > > ThomasB <toba0211@> wrote: > >> not sure we are using the same script. With osmosis --read-pbf > >> file=/home/wicking/osm/germany.osm.pbf --write-xml file=- | perl > >> osm-length-2.pl > /dev/null > >> I am 15 minutes after the start at 14GB RAM usage and still > >> increasing. > > > > Yes, the osm-length perl script wastes a lot of memory by keeping all > > nodes in a Perl hash. It would be relatively easy to write an efficient > > road length calculator based on the Osmium framework; that one should > > then work with a far smaller memory footprint. > > > > Bye > > Frederik > > > > _______________________________________________ > > talk mailing list > > talk@ > > http://lists.openstreetmap.org/listinfo/talk > > > > > -- > View this message in context: > http://gis.638310.n2.nabble.com/Statistics-on-road-network-length-tp7000059p7011662.html > Sent from the General Discussion mailing list archive at Nabble.com. > > _______________________________________________ > talk mailing list > [email protected] > http://lists.openstreetmap.org/listinfo/talk > -- Jochen Topf [email protected] http://www.remote.org/jochen/ +49-721-388298 _______________________________________________ talk mailing list [email protected] http://lists.openstreetmap.org/listinfo/talk

