-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Current Behavior
As reported in #33 - service can not handle the insertion if only a single CPU\worker is available.
Steps to Reproduce
- Run Qdrant with
docker run --rm -it --cpuset-cpus=0 -p 6333:6333 generall/qdrant - Create collection
- Insert vector into the collection with
?wait=true - Service is not responding
Expected Behavior
Should work with a single core same as with multiple cores.
Possible Solution
Do not create less than 2 workers even is a single CPU is available
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working