vmware-archive / vagrant-vmware-appcatalyst

Vagrant provider for VMware AppCatalyst®
Apache License 2.0
73 stars 16 forks source link

Support shortcuts for setting cpu and memory #7

Closed mleventi closed 9 years ago

mleventi commented 9 years ago

Canonical way of setting cpu and memory into vmx files should be supported

config.vm.provider "vmware_appcatalyst" do |v|
  v.memory = 1024
  v.cpus = 2
end
frapposelli commented 9 years ago

Good suggestion and easy fix, targeting v1.0.2 for this.