Skip to content

Commit

Permalink
test drive new storage for sparse vectors
Browse files Browse the repository at this point in the history
  • Loading branch information
agourlay committed Nov 28, 2024
1 parent 265fe31 commit 9fc3650
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crash-things.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ CRASHER_CMD=(

echo "${CRASHER_CMD[*]}"

# TODO remove `on_disk_payload_uses_mmap` once it can be done through the API
# TODO remove `*_USES_MMAP` once it can be done through the API
QDRANT__STORAGE__ON_DISK_PAYLOAD_USES_MMAP=true \
QDRANT__STORAGE__ON_DISK_SPARSE_VECTORS_USES_MMAP=true \
QDRANT__LOGGER__ON_DISK__ENABLED=true \
QDRANT__LOGGER__ON_DISK__LOG_FILE=$QDRANT_LOG \
"${CRASHER_CMD[@]}" &>"$CRASHER_LOG" &
Expand Down

0 comments on commit 9fc3650

Please sign in to comment.