qdrant-js icon indicating copy to clipboard operation
qdrant-js copied to clipboard

Memory Leaks during batch point inserts

Open PJanko opened this issue 8 months ago • 2 comments

Hello

I'm using the library using the REST client to batch insert points (by 1000) in a cloud QDrant cluster. After 185000 points inserted my script crashed, running out of heap. (the node process was using 4GB of memory at that time)

I can not deep dive into the issue, but I was able to perform my task using the REST API directly.

Regards

PJanko avatar Oct 25 '23 12:10 PJanko