Overpass is_in disproportionately slow on self hosted instance?

Hi,

When I run this code on Overpass turbo using a public instance, no problem, the result is printed within a second. But when I run it on my private instance, it loads for a while then returns a runtime error “Query run out of memory using about 2048 MB of RAM.”

Do you have any idea why? I am running an up-to-date version. Thanks!

[out:json]
[timeout:2500];
is_in(42.0996013,-8.5497237);
out;

I cannot reproduce this. I think you’d need to provide a bit more detail on your environment.

  • What exact version are you using?
  • Are you using some docker container?
  • How did you install you db? (cloning, import planet / extract)
  • Are other area queries running ok?
1 Like

My private instance is extremely fast compared to the public ones.