From 868caedb10d360db23acb7ab6936266e34bb6b90 Mon Sep 17 00:00:00 2001 From: tellet-q <166374656+tellet-q@users.noreply.github.com> Date: Wed, 4 Sep 2024 12:26:13 +0200 Subject: [PATCH] Increase CONTAINER_MEM_LIMIT to 160mb (#191) --- .github/workflows/continuous-benchmark.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-benchmark.yaml b/.github/workflows/continuous-benchmark.yaml index c81412d2..2a04fa73 100644 --- a/.github/workflows/continuous-benchmark.yaml +++ b/.github/workflows/continuous-benchmark.yaml @@ -91,7 +91,7 @@ jobs: export ENGINE_NAME="qdrant-all-on-disk-scalar-q" export DATASETS="random-768-100-tenants" - export CONTAINER_MEM_LIMIT=150mb + export CONTAINER_MEM_LIMIT=160mb # Benchmark the dev branch: export QDRANT_VERSION=ghcr/dev