I was reviewing the syslogs on a new install of PVE and noticed this entry:
The processor hardware is an AMD processor, and this indicates that I should be able to enable this feature. Looking at the current command line in grub's config shows the following:
To enable this feature the line in the config would be changed to:
I would then run
Do the above steps look correct, or are there any Proxmox-specific steps that I should take into consideration?
Code:
kernel: amd_pstate: This processor supports shared memory solution, you can enable it with amd_pstate.shared_mem=1
The processor hardware is an AMD processor, and this indicates that I should be able to enable this feature. Looking at the current command line in grub's config shows the following:
Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet"
To enable this feature the line in the config would be changed to:
Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet amd_pstate.shared_mem=1"
I would then run
update-grub
and reboot.Do the above steps look correct, or are there any Proxmox-specific steps that I should take into consideration?