Hi everyone, i'm having issues with abnormally high RAM usage from boot. My server has 32GB of total memory and i'm autostarting 4 lxcs with about 2.5Gb of total ram use. ZFS arc is configured to 2GB as per:
and is verified by issuing
The issue arises when i start a W10 VM with hugepages and 16GB of RAM allocated. Right after starting the VM it gets killed by the OOM daemon due to the 17GB ram offset from boot. The issue started when i uninstalled the currently beta 6.11 kernel in favor of the more stable 6.8.12.
How can i troubleshoot this?
Code:
options zfs zfs_arc_max=2147483648
and is verified by issuing
Code:
root@neuromancer:~# cat /sys/module/zfs/parameters/zfs_arc_max
2147483648
How can i troubleshoot this?