Skip to content

Commit eea5877

Browse files
authored
Increase the resources used in the Vagrantfile (#197)
1 parent ad6cb3c commit eea5877

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/vagrant/Vagrantfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Vagrant.configure('2') do |config|
1010
k8shost.vm.hostname = 'k8shost'
1111
k8shost.vm.network 'private_network', ip: '192.168.56.10'
1212
k8shost.vm.provider 'virtualbox' do |vb|
13-
vb.memory = 4048
14-
vb.cpus = 2
13+
vb.memory = 8096
14+
vb.cpus = 4
1515
vb.customize ['modifyvm', :id, '--graphicscontroller', 'vmsvga']
1616
end
1717

0 commit comments

Comments
 (0)