I was running a pipeline for building a RAG knowledge base: crawl web articles, split them into chunks, create embeddings, and push them into Qdrant.

Then my memory usage logs started looking like this:



50/1287 pushed... (RSS 1594MB)
⚠️ RSS 1594MB exceeded the 1024MB limit — aborting






Every time I resumed the process, the RSS number...