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

Out of Memory on a simple request

1

This simple request return: "error: Query run out of memory using about 2048 MB of RAM." The bbox could very small 1km2. It does not matter. The bbox location could be everywhere it does not matter. If the date constraint is not set everything is fine. If removing ="yes", just with building, everything is fine as well.

[out:xml][timeout:900][date:"2021-08-10T12:00:00Z"];
(
  nwr[building="yes"]({{bbox}});
);
(._;>;);
out body;

asked 13 May '22, 08:09

Michel%20BENET's gravatar image

Michel BENET
26112
accept rate: 0%

edited 13 May '22, 11:01

TZorn's gravatar image

TZorn
12.3k764225

1

This doesn't seem to be a question.

(15 May '22, 22:51) SimonPoole ♦

Source code available on GitHub .