This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Overpass turbo: Query ran out of memory

0

alt text

I don't know how to handle this error

asked 11 Jan '19, 13:59

leanderleza's gravatar image

leanderleza
11112
accept rate: 0%

Could you paste the actual text of your query in to the question, the screenshot is not legible.

(11 Jan '19, 14:49) SimonPoole ♦

It is legible in the RSS notification I got:

<osm-script timeout="180" element-limit="20000000"> <union> <area-query ref="3600034719"/> <recurse type="node-relation" into="rels"/> <recurse type="node-way"/> <recurse type="way-relation"/> </union> <union> <item/> <recurse type="way-node"/> </union> <print mode="body"/> </osm-script>

As far as I can tell this will return all relations (and ways and nodes) in Graz which appears to be too much information.

(11 Jan '19, 15:25) EdLoach ♦

One Answer:

0

I found out how to fix it! Just needed to use a higher number at element limit, as it limits the ram use to that amount

answered 12 Jan '19, 13:38

leanderleza's gravatar image

leanderleza
11112
accept rate: 0%

Source code available on GitHub .