Skip to content

Commit

Permalink
Reduce mem limit to 180mb for smaller dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
tellet-q committed Aug 8, 2024
1 parent 84f0818 commit 7297ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual-benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
for dataset in "${!DATASET_TO_ENGINE[@]}"; do
export ENGINE_NAME=${DATASET_TO_ENGINE[$dataset]}
export DATASETS=$dataset
export CONTAINER_MEM_LIMIT=300mb
export CONTAINER_MEM_LIMIT=180mb
# Benchmark the dev branch:
export QDRANT_VERSION=ghcr/dev
Expand Down

0 comments on commit 7297ed2

Please sign in to comment.