[SOLVED] PVE memory usage

Walery

Active Member
Feb 11, 2021
69
1
28
43
I have installed PVE 6.3-4. It works by itself, without virtual machines. After 1 days of work, it consumes 52 percent of the memory. Is this normal?
 

Attachments

  • mem.jpg
    mem.jpg
    282.8 KB · Views: 7
  • mem1.jpg
    mem1.jpg
    437.1 KB · Views: 4
Last edited:
I didn't have a /etc/modprobe.d/zfs.conf file
i created it
wrote options zfs zfs_arc_max = 8589934592
executed the command
update-initramfs -u
update-initramfs: Generating /boot/initrd.img-5.4.98-1-pve
Running hook script 'zz-pve-efiboot' ..
Re-executing '/etc/kernel/postinst.d/zz-pve-efiboot' in new private mount namespace ..
No / etc / kernel / pve-efiboot-uuids found, skipping ESP sync.
Nothing changed
 
Last edited:
You need to reboot for applying the changes this way.

For live changes you can write the module parameter directly as root user:
echo "8589934592" > /sys/module/zfs/parameters/zfs_arc_max
(this is only for the current boot)