Setting "optimize_power_consumption" has been deprecated
mblaschke opened this issue · 0 comments
mblaschke commented
Setting "optimize_power_consumption" has been deprecated in the Parallels
provider and will be removed in the future releases. Power consumption
is enabled by default. If you want to keep it enabled, then just remove
this setting from your Vagrantfile. Otherwise, please replace it with
this block in order to disable the power consumption:
config.vm.provider "parallels" do |prl|
prl.customize ["set", :id, "--longer-battery-life", "off"]
end