Skip to content

Commit

Permalink
mmap blob store is now default
Browse files Browse the repository at this point in the history
  • Loading branch information
agourlay committed Jan 14, 2025
1 parent fc8df3b commit cfe7f38
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crash-things.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ CRASHER_CMD=(

echo "${CRASHER_CMD[*]}"

# 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 cfe7f38

Please sign in to comment.