From 9fc3650e25930536a47659a892065fb5a58b7d51 Mon Sep 17 00:00:00 2001 From: Arnaud Gourlay Date: Thu, 28 Nov 2024 09:56:40 +0100 Subject: [PATCH] test drive new storage for sparse vectors --- crash-things.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crash-things.sh b/crash-things.sh index cbe51cb..73ef277 100755 --- a/crash-things.sh +++ b/crash-things.sh @@ -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" &