Enhancement: Disable mongodb and meilisearch sync on LibreChat startsup and expose sync functionality via a cron job #5629
cloud-25683
started this conversation in
Feature Requests & Suggestions
Replies: 1 comment 2 replies
-
This can also be mediated by some specific Meili environment variables: environment:
- MEILI_HOST=http://meilisearch:7700
- MEILI_NO_ANALYTICS=true
- MEILI_MAX_INDEXING_MEMORY=500MB # 1/4 of my 2 GB RAM VPS
- MEILI_MAX_INDEXING_THREADS=2
- MEILI_EXPERIMENTAL_MAX_NUMBER_OF_BATCHED_TASKS=5 The last 2, for indexing and max number of batched tasks, I might add to the default compose files to avoid this issue |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What features would you like to see added?
Saw following issue recently, I think this is due to the amount of chat records in our librechat system, issue was fixed by increasing the heap size, however, I think it would be good to have following features:
More details
this is what I saw when librechat crashed due to heap size exceeded
Which components are impacted by your request?
No response
Pictures
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions