We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d3331e commit 23cbabcCopy full SHA for 23cbabc
docker-compose.qdrant.yml
@@ -9,15 +9,10 @@ services:
9
- ./qdrant_data:/qdrant/storage
10
environment:
11
# Optimize storage performance for large-scale imports
12
- - QDRANT__STORAGE__OPTIMIZERS__MAX_SEGMENT_SIZE=500000
+ - QDRANT__STORAGE__OPTIMIZERS__OVERWRITE__MAX_SEGMENT_SIZE=500000
13
- QDRANT__STORAGE__PERFORMANCE__MAX_OPTIMIZATION_THREADS=4
14
# Enable WAL for durability during bulk imports
15
- 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)
21
expose:
22
- 6333
23
- 6334
0 commit comments