Skip to content

Commit

Permalink
allow use full cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
generall committed Mar 16, 2024
1 parent 01995f1 commit b4a22b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions engine/servers/qdrant-single-node/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ services:
options:
max-file: 1
max-size: 10m
environment:
- QDRANT__STORAGE__PERFORMANCE__OPTIMIZER_CPU_BUDGET=8
- QDRANT__STORAGE__PERFORMANCE__MAX_SEARCH_THREADS=8
deploy:
resources:
limits:
Expand Down

0 comments on commit b4a22b3

Please sign in to comment.