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

Some pages and methods don't work after creating >=16k User and ImageAnnotationLabels #1008

Open
lehecht opened this issue Dec 11, 2024 · 1 comment
Labels

Comments

@lehecht
Copy link
Contributor

lehecht commented Dec 11, 2024

Multiple pages and functions do not work any more after creating more than 16000 User and ImageAnnotationLabels. This bug is caused by PHP memory exhaustion. It isn't logged, but can be observed when using docker compose logs -f.

(Incomplete) list of pages and functions that are affected:

  • Admin page
  • Add member to Project
  • Redirect to project view (after successfully creating one)
@lehecht lehecht added the bug label Dec 11, 2024
@mzur mzur moved this to Medium Priority in BIIGLE Roadmap Dec 11, 2024
@mzur
Copy link
Member

mzur commented Dec 11, 2024

When working on this issue, first make a complete list of all views that don't work any more (list view controllers with artisan route:list). The API is more difficult but I think we can skip this for now and wait for the errors to pop up in real use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Medium Priority
Development

No branches or pull requests

2 participants