can you try with "nehalem" processor ? It should works with intel/amd.kvm64
I known than sometime kvm64 have problem to migrate between intel/amd.
can you try with "nehalem" processor ? It should works with intel/amd.kvm64
i tried, sadly it's also freezing after migrationcan you try with "nehalem" processor ? It should works with intel/amd.
I known than sometime kvm64 have problem to migrate between intel/amd.
Damned. I have tried on my side between an Xeon(R) CPU E5-2687W -> EPYC V3 , and it's working fine for me, with 5.15 kernel.i tried, sadly it's also freezing after migration
It is already compiled in, as you can see in the Kconfig used for compilation, i.e., in/boot/config-6.1.0-1-pve
.
It's just not enabled by default - as it's very new and can make things also worse in some situations.
You can just enable it yourself if you want to use it, from your linked docs:
echo y >/sys/kernel/mm/lru_gen/enabled
It's already built-in, so anybody can enable it already themselves if they want.Any plans to enable MGLRU?
Well, it seems some applications indeed have improved performance with the MGLRU, and as Proxmox VE allows one to run almost any application, Containerized or Virtualized, I think that there are certainly use case where a setup running Proxmox VE profits from enabling this.Does it offer benefits in proxmox (hypervisor) usecase?
Container share the host kernel, so if it's enabled there, it's enabled for all processes, also those running in Containers.Can it be enabled in LXC?
For testing it you can just follow what I already wrote in this thread:Is there a tutorial for this MGLRU?
To make it permanent (across reboots) you could install "sysfsutils", e.g., viaYou can just enable it yourself if you want to use it, from your linked docs execute the following in a shell as root:
echo y >/sys/kernel/mm/lru_gen/enabled
apt install sysfsutils
and then create a configuration file in "/etc/sysfs.d/", for example by executing the following as root:echo "kernel/mm/lru_gen/enabled = y" >/etc/sysfs.d/mglru.conf
echo y >/sys/kernel/mm/lru_gen/enabled
-bash: /sys/kernel/mm/lru_gen/enabled: No such file or directory
No, definitively not. MGLRU is not a trivial change and requires lots of supporting patches and changes all over the kernel, back porting that would be a major undertaking and almost certainly introduce quite a few regressions, as the MGLRU code takes assumptions that just ain't true in the 5.15 kernel.Just wondering if Ubuntu or Proxmox will be back porting MGLRU to the 5.15 kernels? Seems it is not in 5.15.107-2.
Which NVMe drive models do you have, and what are the problems?Am I able to install this with Proxmox 8 since I happen to have NVMe drives that don't play well with the default kernel?
I think it's the models from this thread: https://forum.proxmox.com/threads/lexar-nm790-2tb.134293/post-598003Which NVMe drive models do you have, and what are the problems?
From what I was reading the drives work in 6.1, but not the newest kernel due to a regression.So, the older 6.1 kernel this thread is about, wouldn't really help any way.