Out of file descriptors
Last active 16 days ago
10 replies
0 views
- AN
Out of file descriptors
- AN
Hi @andrey.vasnetsov @llogiq has an issue with out of file descriptors with only a few gb of data loaded into Qdrant.
- AN
Is it a docker deployment or build from sources?
- LL
The former.
- AN
Is it, by any chance, an AWS ECS or other cloud container service?
- AN
there is a default configuration there with very limited number of open files, e.g. https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_Ulimit.html
- LL
No, it's on my Ryzen 9 notebook, running Fedora.
- LL
I just use docker to avoid the additional compile times.
- AN
ok, it might be a different default settings, I believe. Could you please try running docker with
--ulimit nofile=65535:65535
- LL
Ok, will report back.
Last active 16 days ago
10 replies
0 views