You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: add a log message when returning 503 due to low memory (#320)
Clarify what's causing the error for the user. To test, set the free
minimum really high and check that the log message shows.
```
export UNSTRUCTURED_MEMORY_FREE_MINIMUM_MB=16000
make run-web-app
file=sample-docs/layout-parser-paper.pdf
curl -X POST 'http://localhost:8000/general/v0/general' --form files="@$file"
```
---------
Co-authored-by: Yuming Long <[email protected]>
0 commit comments