From 038b4ff795acba8dd0e5df8345bf77128911bf24 Mon Sep 17 00:00:00 2001 From: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com> Date: Thu, 14 Mar 2024 12:00:17 -0400 Subject: [PATCH] Update scaling-on-kubernetes.asciidoc (#977) (#978) Adjusting the example to fit a more high-scale deployment, it's also aligned with the first row in the following table (cherry picked from commit b892ced472e908a50564c22ad7401962985399bd) Co-authored-by: Amit Kanfer --- .../elastic-agent/scaling-on-kubernetes.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/ingest-management/elastic-agent/scaling-on-kubernetes.asciidoc b/docs/en/ingest-management/elastic-agent/scaling-on-kubernetes.asciidoc index 74229099c..86a92d80b 100644 --- a/docs/en/ingest-management/elastic-agent/scaling-on-kubernetes.asciidoc +++ b/docs/en/ingest-management/elastic-agent/scaling-on-kubernetes.asciidoc @@ -67,8 +67,8 @@ Based on our tests we advise to configure only the `limit` section of the `resou ------------------------------------------------ resources: limits: - cpu: "1000m" - memory: "200Mi" + cpu: "1500m" + memory: "800Mi" ------------------------------------------------