benim Vagrantfile bu vardır:Vagrant'taki bellek ve işlemci ayarları neden başarısız?
Vagrant.configure("2") do |config|
config.vm.provider "virtualbox" do |v|
v.memory = 2056
v.cpus = 2
end
end
Bunu alıyorum:
There are errors in the configuration of this machine. Please fix
the following errors and try again:
VirtualBox:
* The following settings don't exist: cpus, memory
Ancak bu ayarlar burada serseri belgelerinde açıkça belirtilmiştir: http://docs.vagrantup.com/v2/virtualbox/configuration.html
Evet, 'memory' 1.4 ilave edildi,' 1.5'de cpus. – tmatilai
Bu benim asıl sorunumdu - Vagrant'ın daha eski bir sürümünü kullanıyordu. –