Hello,
after reading trough the whole Proxmox Wiki to get the best VM settings for my needs, the only thing left are the required / necessary CPU flags.
Below you can find a picture of all the CPU flags available in my Proxmox node powered by an Intel J3160. (Intel ARK)
Number one priority for me is performance and security, but also stability.
I already figured out that I have to enable "aes", at least for OpenWrt as it will be running an OpenVPN server + client.
As far as I can tell I don't need the red marked flags, since they either expect an AMD CPU or nested virtualization, both of which don't apply for my setup.
Which of the other six flags do I need to set for my OpenWrt and Debian VMs?
P.S.: I also attached a performance test I ran in my OpenWrt VM without and with the "aes" flag set.
Kind Regards
TheHellSite
after reading trough the whole Proxmox Wiki to get the best VM settings for my needs, the only thing left are the required / necessary CPU flags.
Below you can find a picture of all the CPU flags available in my Proxmox node powered by an Intel J3160. (Intel ARK)
Number one priority for me is performance and security, but also stability.
I already figured out that I have to enable "aes", at least for OpenWrt as it will be running an OpenVPN server + client.
As far as I can tell I don't need the red marked flags, since they either expect an AMD CPU or nested virtualization, both of which don't apply for my setup.
Which of the other six flags do I need to set for my OpenWrt and Debian VMs?
Code:
root@PVE:~# for f in /sys/devices/system/cpu/vulnerabilities/*; do echo "${f##*/} -" $(cat "$f"); done
itlb_multihit - Not affected
l1tf - Not affected
mds - Vulnerable: Clear CPU buffers attempted, no microcode; SMT disabled
meltdown - Mitigation: PTI
spec_store_bypass - Not affected
spectre_v1 - Mitigation: usercopy/swapgs barriers and __user pointer sanitization
spectre_v2 - Mitigation: Full generic retpoline, IBPB: conditional, IBRS_FW, STIBP: disabled, RSB filling
tsx_async_abort - Not affected
root@PVE:~#
P.S.: I also attached a performance test I ran in my OpenWrt VM without and with the "aes" flag set.
Kind Regards
TheHellSite
Attachments
Last edited: