wiktorn / Overpass-API

Overpass API docker image
MIT License
134 stars 48 forks source link

overpass.errors.ServerRuntimeError: runtime error: Query ran out of memory #36

Closed 2Max4 closed 2 years ago

2Max4 commented 4 years ago

Hey I am getting the following error when quering the overpass API:

overpass.errors.ServerRuntimeError: runtime error: Query ran out of memory in "query" at line 1. It would need at least 517 MB of RAM to continue.

Since the server has 16GB of Ram and only 20% is in use - is there any way to give Overpass more memory ressources?

Greetings

wiktorn commented 4 years ago

Have you set [maxsize=?]? Per documentation default limit is 512MB and I guess that this is the limit you're facing.