meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
vm:proxmox [2025/01/07 10:02] – niziak | vm:proxmox [2025/02/07 20:09] (current) – niziak | ||
---|---|---|---|
Line 67: | Line 67: | ||
* <code bash> | * <code bash> | ||
* <code bash> | * <code bash> | ||
+ | * add Debian '' | ||
+ | * <code bash>apt install intel-microcode amd64-microcode</ | ||
* Update grub config: <file | / | * Update grub config: <file | / | ||
GRUB_CMDLINE_LINUX_DEFAULT=" | GRUB_CMDLINE_LINUX_DEFAULT=" | ||
Line 87: | Line 89: | ||
* repeat in for '' | * repeat in for '' | ||
* to remove limit: <code bash> | * to remove limit: <code bash> | ||
+ | * For HDDs storage - force volume big block size. OpenZFS default was 8k. With OpenZFS 2.2 it was changed to 16k. But to reduce fragmentation and HDD seeks - set it to 128k <code bash> | ||
* Enable IOMMU | * Enable IOMMU | ||
* in `GRUB_CMDLINE_LINUX_DEFAULT` and add kernel parameter `intel_iommu=on` or `amd_iommu=on` | * in `GRUB_CMDLINE_LINUX_DEFAULT` and add kernel parameter `intel_iommu=on` or `amd_iommu=on` |