Skip to content

Commit 23cbabc

Browse files
committed
update docker compose
1 parent 1d3331e commit 23cbabc

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

docker-compose.qdrant.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,10 @@ services:
99
- ./qdrant_data:/qdrant/storage
1010
environment:
1111
# Optimize storage performance for large-scale imports
12-
- QDRANT__STORAGE__OPTIMIZERS__MAX_SEGMENT_SIZE=500000
12+
- QDRANT__STORAGE__OPTIMIZERS__OVERWRITE__MAX_SEGMENT_SIZE=500000
1313
- QDRANT__STORAGE__PERFORMANCE__MAX_OPTIMIZATION_THREADS=4
1414
# Enable WAL for durability during bulk imports
1515
- QDRANT__STORAGE__WAL__WAL_CAPACITY_MB=32
16-
deploy:
17-
resources:
18-
limits:
19-
cpus: "16" # Adjust based on your server (recommended: 8-16 for 100M vectors)
20-
memory: 32G # Adjust based on your server (recommended: 16-32 GB for 100M vectors)
2116
expose:
2217
- 6333
2318
- 6334

0 commit comments

Comments
 (0)