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

Double Task Memory for larger images #74

Merged
merged 1 commit into from
Dec 11, 2023
Merged

Conversation

ingalls
Copy link
Contributor

@ingalls ingalls commented Dec 11, 2023

Context

  • A user recently uploaded images that are almost triple that of our average image size which caused the ingest task to fail due to being killed for excessive memory usage
  • The images were indicative of a higher quality camera and as such should be supported
  • This PR doubles the task memory to 4gb.
  • If we continue to see problems we can either increase the memory again or decrease internal concurrency (currently 1k images in parallel)
    cc @nathanielrindlaub

@nathanielrindlaub nathanielrindlaub merged commit 271b907 into master Dec 11, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants