We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50617f5 commit 5943d5dCopy full SHA for 5943d5d
Vagrantfile
@@ -9,7 +9,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
9
config.ssh.forward_agent = true
10
11
config.vm.provider 'vmware_fusion' do |v|
12
- v.vmx['memsize'] = '1024'
+ v.vmx['memsize'] = '1536'
13
v.vmx['numvcpus'] = '2'
14
end
15
0 commit comments