From 34edc837cc2de21e74500a78e2837f3fe4086ee3 Mon Sep 17 00:00:00 2001 From: Vlada Chirmicci Date: Thu, 18 Sep 2025 14:43:22 +0100 Subject: [PATCH] Fixing incorrect range min for enabled adaptive resources As the title suggests, this PR updates the min value for enabled adaptive resources from 1 to 0. Fixes #2928 --- deploy-manage/autoscaling/trained-model-autoscaling.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy-manage/autoscaling/trained-model-autoscaling.md b/deploy-manage/autoscaling/trained-model-autoscaling.md index 776d0826f2..7e52604a03 100644 --- a/deploy-manage/autoscaling/trained-model-autoscaling.md +++ b/deploy-manage/autoscaling/trained-model-autoscaling.md @@ -133,8 +133,8 @@ In case of ingest-optimized deployments, we maximize the number of model allocat | Level | Allocations | Threads | VCUs | | --- | --- | --- | --- | | Low | 0 to 2 dynamically | 1 | 0 to 16 dynamically | -| Medium | 1 to 32 dynamically | 1 | 8 to 256 dynamically | -| High | 1 to 512 for Search
1 to 128 for Security and Observability
| 1 | 8 to 4096 for Search
8 to 1024 for Security and Observability
| +| Medium | 0 to 32 dynamically | 1 | 8 to 256 dynamically | +| High | 0 to 512 for Search
1 to 128 for Security and Observability
| 1 | 8 to 4096 for Search
8 to 1024 for Security and Observability
| :::