From d3bf139da26d82357f6e36c99ce54e01741184e2 Mon Sep 17 00:00:00 2001 From: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com> Date: Fri, 25 Apr 2025 10:43:24 -0400 Subject: [PATCH] Update Elastic Agent binary sizes (#1777) (cherry picked from commit ae65deb0857acd62bc4b672b449806a6a8aa4939) --- .../elastic-agent/install-elastic-agent.asciidoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/en/ingest-management/elastic-agent/install-elastic-agent.asciidoc b/docs/en/ingest-management/elastic-agent/install-elastic-agent.asciidoc index af1ec5546..24c487fd8 100644 --- a/docs/en/ingest-management/elastic-agent/install-elastic-agent.asciidoc +++ b/docs/en/ingest-management/elastic-agent/install-elastic-agent.asciidoc @@ -102,15 +102,15 @@ Adding integrations will increase the memory used by the agent and its processes [discrete] === Size on disk -The disk requirements for {agent} vary by operating system and {stack} version. With version 8.14 we have significantly reduced the size of the {agent} binary. Further reductions are planned to be made in future releases. +The disk requirements for {agent} vary by operating system and {stack} version. [options,header] |=== -|Operating system |8.13 | 8.14 | 8.15 +|Operating system |8.13 | 8.14 | 8.15 | 8.18 | 9.0 | -| **Linux** | 1800 MB | 1018 MB | 1060 MB -| **macOS** | 1100 MB | 619 MB | 680 MB -| **Windows** | 891 MB | 504 MB | 500 MB +| **Linux** | 1800 MB | 1018 MB | 1060 MB | 1.5 GB | 1.5 GB | +| **macOS** | 1100 MB | 619 MB | 680 MB | 775 MB | 7755 MB | +| **Windows** | 891 MB | 504 MB | 500 MB | 678 MB | 705 MB | |=== During upgrades, double the disk space is required to store the new {agent} binary. After the upgrade completes, the original {agent} is removed from disk to free up the space.