ChromaDB OOM error during high-throughput vector insertion benchmarking
Problem: OOM Errors During High‑Throughput Vector Insertion Benchmarking When benchmarking ChromaDB on a single‑node VM (16 GB RAM, 8 vCPU) with 10 M+ 768‑dimensional embeddings, the Python process is terminated by the kernel after a few gigabytes of RSS growth. Typical failure messages observed include: MemoryError: Unable to allocate 1.2 GiB sqlite3.OperationalError: database or disk is full OSError: … Read more