From 9a457e80b5a3317def98df09a512bb8b8f5722b3 Mon Sep 17 00:00:00 2001 From: HG00 Date: Tue, 21 Oct 2025 10:40:30 +0100 Subject: [PATCH] Specify CPU with AVX support for installation Added requirement for CPU with AVX support for installation. Signed-off-by: HG00 --- versioned_docs/version-4.X/getting-started/install/index.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/versioned_docs/version-4.X/getting-started/install/index.mdx b/versioned_docs/version-4.X/getting-started/install/index.mdx index 7b62e3e6..b96b8bc5 100644 --- a/versioned_docs/version-4.X/getting-started/install/index.mdx +++ b/versioned_docs/version-4.X/getting-started/install/index.mdx @@ -25,6 +25,8 @@ Don't want to manage your own Fix Inventory installation? Get started for free w - At least 2 CPU cores and 8 GB of RAM +- A CPU with AVX support. If running on a VM, set the CPU type to "host" or ensure you expose AVX/AVX2 + :::note Fix Inventory performs CPU-intensive graph operations. In a production setup, we recommend at least four cores and 16 gigabytes of RAM. See [Configuring Fix Inventory Worker](../../reference/configuration/worker.mdx#multi-core-machines) for more information.