Skip to main content

Hardware requirements

This page outlines the hardware requirements for running Infrahub, including minimum and recommended specifications, enterprise sizing, cloud provider machine types, task manager database storage, and a utility for benchmarking your system's performance.

If you only want to try Infrahub, follow the Quick Start.

General hardware requirements

The system on which you want to run Infrahub should meet the following requirements:

LevelCPU CoresRAMStorage / database (Neo4j)
Minimum612GBSSD and/or >= 5000 IOPS
Recommended816GBSSD and/or >= 5000 IOPS

For cloud deployments, use at least the following machine types:

Cloud providerMachine type
Google Cloud Platformc4d-standard-4
Amazon Web Servicesm8a.xlarge
Microsoft AzureStandard_D4as_v7
Oracle Cloud InfrastructureVM.Standard.E6
Alibaba Cloudecs.g9a.xlarge

Task manager database (PostgreSQL) storage

The storage figures in the tables above size the Neo4j graph database. The task manager (Prefect) keeps its own PostgreSQL database, which you size separately.

PostgreSQL storage grows with activity, not with the amount of data stored in Infrahub. It is driven by how busy the instance is — the number of open proposed changes, the volume of changes per day, task execution history, and events — not by how many objects (IP addresses, devices, services) you manage. An instance with a small dataset but heavy automation can use more PostgreSQL storage than a large but mostly static one.

Use the following as starting points:

Instance typePostgreSQL storage
Local or one-off8 GB
Long-running or development20 GB
Production100 GB

Infrahub periodically prunes old activity logs, so storage usage tends to plateau rather than grow without bound. Monitor disk utilization over time and resize the volume as activity increases.

For what the task manager database contains and how to back it up, see the database backup overview. For the signals to watch in production, see the FAQ.

Enterprise sizing Enterprise Edition

For enterprise deployments, use these guidelines:

Enterprise ProductCPU CoresRAMStorage / database (Neo4j)
Small816GBSSD and/or >= 5000 IOPS
Medium Data1632GBSSD and/or >= 5000 IOPS
Medium Action1632GBSSD and/or >= 5000 IOPS
Large Data3264GBSSD and/or >= 5000 IOPS
Large Action3264GBSSD and/or >= 5000 IOPS

For detailed information about enterprise products and their features, see the OpsMill pricing page.

Performance benchmark utility

To evaluate your system's performance, use our benchmarking utility. It tests CPU, memory, and disk IOPS.

note

Even with the right amount of CPU cores and memory, other factors such as CPU speed can impact Infrahub performance.

Run the tool using Docker:

❯ docker run --pull always --rm registry.opsmill.io/opsmill/bench
docker run --pull always --rm registry.opsmill.io/opsmill/bench

Sample output:

latest: Pulling from opsmill/bench
09f376ebb190: Already exists
6008598ecd4d: Already exists
b70c7f4d3f19: Pull complete
84e80b988953: Pull complete
Digest: sha256:6f0031a0f61823cca7d319033087f80524eadffa87b1981b2e82d841ada12895
Status: Downloaded newer image for registry.opsmill.io/opsmill/bench:latest
Running Disk IOPS benchmark... hold on
Running CPU/Memory benchmark... hold on

Benchmark results:

Memory: 15611 MB - Required: 8000 MB : OK
CPU Perf: 2337 - Required: 1500 : OK
Disk Read IOPS: 47742 - Required: 5000 : OK
Disk Write IOPS: 15885 - Required: 5000 : OK