Done, it's still lagging/freezing each few secAlright, I'm guessing you have 16GB of RAM total?
Here's a list of things to do:
The run these commands:
- Shutdown your VM.
- Change VM settings to 12GB of RAM and 1 socket, 12 cores. (Just giving a little more to Proxmox.)
- Then edit your /etc/pve/qemu-server/100.conf file.
- set
balloon: 0
- set
cpu: host
- set
hostpci0: 0000:03:00,pcie=1,x-vga=1
- delete the
args
line entirely
Code:update-grub rm -rf /etc/modprobe.d/iommu_unsafe_interrupts.conf rm -rf /etc/modprobe.d/kvm.conf update-initramfs -u shutdown -r now