Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent OOM's from large queries #91

Closed
steeling opened this issue Aug 22, 2019 · 0 comments · Fixed by #677
Closed

Prevent OOM's from large queries #91

steeling opened this issue Aug 22, 2019 · 0 comments · Fixed by #677
Labels
feature Issue would improve software P2 Normal priority
Milestone

Comments

@steeling
Copy link
Contributor

Currently, there's no limit to how many entities can be in a given area, which means a search based on an area could pull in too many results, OOMing the grpc-backend.

We should either add limits to the number of entities in a given area, or implement pagination

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Issue would improve software P2 Normal priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants