// Blog · tag

#performance

Every post tagged performance.

networking

SR-IOV for Intel NICs on Proxmox VE: Passing Real NIC Performance Through to VMs

virtio-net hits a wall under sustained load because every packet gets copied through a host vhost thread. Here's how to pass Intel NIC virtual functions directly into Proxmox VE guests with SR-IOV for near bare-metal throughput and latency.

networking

Configuring SR-IOV Networking for Proxmox VE 8.x Virtual Machines

A practical walkthrough for enabling SR-IOV on Intel and Mellanox NICs in Proxmox VE 8.x, from IOMMU groups and virtual function creation to hostpci mapping, VF persistence, and the pitfalls that trip up production deployments.

storage

Speeding Up HDD-Backed ZFS Pools in Proxmox VE with a Special Device

HDD-backed ZFS pools on Proxmox VE and PBS choke on metadata-heavy operations like garbage collection and snapshot listing. Here's how a mirrored ZFS special device fixes it, with diagnosis, commands, and sizing guidance.

storage

Speeding Up Metadata-Heavy Workloads on Proxmox VE with ZFS Special Allocation Class Vdevs

Directory listings and PBS garbage collection crawling on an otherwise fast ZFS pool? A special allocation class vdev moves metadata off spinning disks and onto SSD without rebuilding the pool.

networking

Configuring SR-IOV for High-Performance VM Networking on Proxmox VE 8

Virtio-net hits a wall under sustained high-throughput or latency-sensitive workloads. Here's how to enable SR-IOV on Proxmox VE 8 so VMs talk to Intel NIC virtual functions directly, bypassing the host data path entirely.

networking

Enabling SR-IOV for Network Interface Cards in Proxmox VE 9: A Complete Configuration Guide

A practical, end-to-end guide to enabling SR-IOV on Proxmox VE 9: BIOS and IOMMU prerequisites, creating and persisting Virtual Functions, and assigning them to VMs for near-native network performance.

networking

Configuring SR-IOV Network Passthrough for High-Performance VMs in Proxmox VE

Learn how to enable SR-IOV networking on Proxmox VE to give VMs near-native NIC performance, from IOMMU setup and virtual function creation to hostpci assignment and production trade-offs.

storage

Tuning ZFS ARC Memory Limits on Proxmox VE Storage Nodes

Learn why ZFS ARC's default memory ceiling causes VM OOM errors on Proxmox hosts, and how to safely cap and persist zfs_arc_max.