mirror of
https://github.com/langchain-ai/auto-evaluator.git
synced 2026-07-19 14:43:34 -04:00
[GH-ISSUE #72] Prod (likely) hitting OOM #37
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rlancemartin on GitHub (Apr 28, 2023).
Original GitHub issue: https://github.com/langchain-ai/auto-evaluator/issues/72
TL;DR we see OOM (or server returning
These are 15 large pdfs fail (
503 server error) on prod, but work on local:The first 7 work on
prodw/similarity-search:They are ~17 MB.
Adding any additional files fail (e.g., below fails):
@rlancemartin commented on GitHub (Apr 28, 2023):
It was not OOM:
1/ Prod has been periodically crashing. It may be related to: https://github.com/langchain-ai/auto-evaluator/issues/76.
2/ Prod is slow with file loading, and the client will time-out: https://github.com/langchain-ai/auto-evaluator/issues/74
Prod (likely) hitting OOMto [GH-ISSUE #72] Prod (likely) hitting OOM