Skip to content

Commit 5943d5d

Browse files
committed
Increase VM memory to 1.5 GB for faster compilation
1 parent 50617f5 commit 5943d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
99
config.ssh.forward_agent = true
1010

1111
config.vm.provider 'vmware_fusion' do |v|
12-
v.vmx['memsize'] = '1024'
12+
v.vmx['memsize'] = '1536'
1313
v.vmx['numvcpus'] = '2'
1414
end
1515

0 commit comments

Comments
 (0)