Like benjamine said, but a more complete example. This is valid for version 2 of Vagrantfile configuration:
config.vm.provider "virtualbox" do |vb| vb.memory = "2048" vb.cpus = "2" end
Like benjamine said, but a more complete example. This is valid for version 2 of Vagrantfile configuration: