I've followed this guide: https://funkyton.com/how-to-add-meilisearch-to-your-medusa-2-0-project-2/ and all works, but as soon as I start typing, eventually it crashes. I'm using hobby plan on railway. Do I need to upgrade the plan to make it work? It seems it's running out of memory really fast.
#meilisearch crashing on railway.
2 messages · Page 1 of 1 (latest)
Hey, this is due to MeiliSearch getting into a weird state where it keeps consuming more and more memory, until Railway kills the service.
To fix it, just add a limit in the environment variables of the MeiliSearch container:
MEILI_MAX_INDEXING_MEMORY="2GiB"
Let me know if it works out!