From d958ddbbf11e06318e2bb921cb70623b8e9011e2 Mon Sep 17 00:00:00 2001 From: mckibbenc Date: Tue, 11 Aug 2026 14:06:23 -0400 Subject: [PATCH 1/2] Update AccessAnalyzer disk requirements for scan queue sizing Small/Medium recommended disk increases and /var/lib minimum now accounts for scan queue space scaling with deployment size. Generated with AI Co-Authored-By: Claude Code --- docs/accessanalyzer/2601/install/system/requirements.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/accessanalyzer/2601/install/system/requirements.md b/docs/accessanalyzer/2601/install/system/requirements.md index 2f6060a9e1..8f62c445ab 100644 --- a/docs/accessanalyzer/2601/install/system/requirements.md +++ b/docs/accessanalyzer/2601/install/system/requirements.md @@ -16,8 +16,8 @@ The installer enforces absolute minimums via preflight checks — the installer | Size | Recommended CPU | Recommended Memory | Recommended Disk | Data Threshold | | --- | --- | --- | --- | --- | -| **Small** | 8 cores | 24 GB | 250 GB SSD | Up to 5 TB | -| **Medium** | 16 cores | 48 GB | 500 GB SSD | 5 TB – 100 TB | +| **Small** | 8 cores | 24 GB | 300 GB SSD | Up to 5 TB | +| **Medium** | 16 cores | 48 GB | 600 GB SSD | 5 TB – 100 TB | | **Large** | 32 cores | 64 GB | 1 TB SSD | 100 TB – 1 PB | | **Enterprise** | 48 cores | 128 GB | 3 TB+ SSD | 1 PB+ | @@ -30,10 +30,12 @@ The installer validates free space on the following paths: | --- | --- | --- | | `/` | 20 GB | Root filesystem | | `/var` | 20 GB | K3s data, containers, logs | -| `/var/lib` | 20 GB | K3s data directory | +| `/var/lib` | 52 GB ** | K3s data directory | | `/var/log` | 5 GB | System and application logs | | `/etc` | 1 GB | Configuration files | +** The scan queue reserves disk space in `/var/lib`, and the actual size of `/var/lib` depends on the deployment size. The scan queue needs 32 GB multiplied by the deployment size. So a deploy size of 2 would mean the scan queue needs 64 GB in addition to the baseline of 20 GB, so `/var/lib` would need to be 84 GB. + The installer also verifies write access for `/var`, `/tmp`, and `/etc`. ## Operating System From 927212b1433f3fe1c489ae4cd92965a1a85f9a90 Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 18:13:07 +0000 Subject: [PATCH 2/2] fix(vale): auto-fix style issues (Vale + Dale) --- docs/accessanalyzer/2601/install/system/requirements.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/accessanalyzer/2601/install/system/requirements.md b/docs/accessanalyzer/2601/install/system/requirements.md index 8f62c445ab..3cfe4bb193 100644 --- a/docs/accessanalyzer/2601/install/system/requirements.md +++ b/docs/accessanalyzer/2601/install/system/requirements.md @@ -10,9 +10,9 @@ Access Analyzer runs on a single Linux virtual machine. The installer runs prefl ## Deployment Sizing -The installer enforces absolute minimums via preflight checks — the installer blocks installation if the system falls below these thresholds. Use the **Production Recommended** specifications for customer-facing or enterprise deployments. +The installer enforces absolute minimums via preflight checks and blocks installation if the system falls below these thresholds. Use the **Production Recommended** specifications for customer-facing or enterprise deployments. -**Absolute installer minimums (enforced by preflight):** 6 vCPUs, 24 GB RAM, 20 GB free disk. +**Absolute installer minimums:** 6 vCPUs, 24 GB RAM, 20 GB free disk. | Size | Recommended CPU | Recommended Memory | Recommended Disk | Data Threshold | | --- | --- | --- | --- | --- | @@ -34,7 +34,7 @@ The installer validates free space on the following paths: | `/var/log` | 5 GB | System and application logs | | `/etc` | 1 GB | Configuration files | -** The scan queue reserves disk space in `/var/lib`, and the actual size of `/var/lib` depends on the deployment size. The scan queue needs 32 GB multiplied by the deployment size. So a deploy size of 2 would mean the scan queue needs 64 GB in addition to the baseline of 20 GB, so `/var/lib` would need to be 84 GB. +** The scan queue reserves disk space in `/var/lib`, so the required size of `/var/lib` depends on the deployment size. The scan queue needs 32 GB multiplied by the deployment size. For example, a deployment size of 2 requires 64 GB for the scan queue plus the 20 GB baseline, for a total of 84 GB in `/var/lib`. The installer also verifies write access for `/var`, `/tmp`, and `/etc`. @@ -48,7 +48,7 @@ The installer also verifies write access for `/var`, `/tmp`, and `/etc`. **Compatible distributions (engineer-validated):** Red Hat Enterprise Linux (RHEL) 8 and 9, CentOS, Fedora, and Debian stable releases are compatible with the installer. Ubuntu is Debian-based, so Debian stable releases are also compatible. -**Not supported:** AIX and other non-Linux operating systems aren't compatible. The installer requires a 64-bit Linux distribution with kernel capabilities including cgroups v1/v2, Linux namespaces, and overlay filesystem support. +**Not supported:** AIX and other non-Linux operating systems. The installer requires a 64-bit Linux distribution with kernel capabilities including cgroups v1/v2, Linux namespaces, and overlay filesystem support. ## Kernel and Container Runtime Requirements