When using a VM, the following system resources must be allocated:
| Resource | Minimum Requirement | |
|---|---|---|
| Processor | {{- if eq (.Get "deployment") "onprem" -}}Eight (8) virtual CPUs | {{ end }} {{- if eq (.Get "deployment") "cloud" -}}Four (4) virtual CPUs | {{ end }}
| Memory | {{- if eq (.Get "deployment") "onprem" -}}64 GB RAM | {{ end }} {{- if eq (.Get "deployment") "cloud" -}}8 GB RAM | {{ end }}
| Local disk storage | {{- if eq (.Get "deployment") "onprem" -}}256 GB (2 TB max) SSD with minimum disk IOPS of 1000 for a standard 4kb block size (Note: This must be an SSD; use of other storage options can lead to system instability and are not supported.) |
{{ end }}
{{- if eq (.Get "deployment") "cloud" -}}
For NetQ 3.2.x and later: 64 GB (2 TB max) For NetQ 3.1 and earlier: 32 GB (2 TB max) |
{{ end }}
| Network interface speed | 1 Gb NIC | |
| Hypervisor | {{- if eq (.Get "hypervisor") "vmware" -}}VMware ESXi™ 6.5 or later (OVA image) for servers running Cumulus Linux, CentOS, Ubuntu and RedHat operating systems | {{ end }} {{- if eq (.Get "hypervisor") "kvm" -}}KVM/QCOW (QEMU Copy on Write) image for servers running CentOS, Ubuntu and RedHat operating systems | {{ end }}