tool · inferred from evidence
typesense-server
The server process for Typesense that crashed due to out-of-memory during export.
- Trying to generate embeddings using in-built
The stall was memory pressure, not a crash: generating embeddings for an already-populated collection needs far more RAM than normal indexing. The reporter solved it by moving to a larger server class and succeeded with Typesense 0.26.0, ab
- Typesense OOM crash when exporting a large collection
The export memory blowup was comprehensively fixed in Typesense 0.25.0. Upgrade to 0.25.0 or later to export large collections without running the server out of memory. Source: https://github.com/typesense/typesense/issues/1067