Change Vagrant VM to mirror memory/cpu in CI
Due to the differing performance profile of gate machines, and that the settings often need to be chnaged in order to mirror gate testing, it may be good to change the VM defaults. Change-Id: I6fc42cb279c0e930804c4f07cc820858f606cc6c
This commit is contained in:
parent
97b3998c2c
commit
1d19d285f1
2
tools/vagrant_dev_env/Vagrantfile
vendored
2
tools/vagrant_dev_env/Vagrantfile
vendored
@ -10,7 +10,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
||||
|
||||
config.vm.define 'bifrost' do |bifrost|
|
||||
bifrost.vm.provider :virtualbox do |vb|
|
||||
vb.customize ['modifyvm', :id, '--memory', '4096', '--cpus', '1', '--cpuexecutioncap', '80']
|
||||
vb.customize ['modifyvm', :id, '--memory', '8196', '--cpus', '4']
|
||||
# the setting below are to improve performance on mac's and should have little impact elsewhere.
|
||||
vb.customize ["modifyvm", :id, "--natdnshostresolver1", "on"]
|
||||
vb.customize ["modifyvm", :id, "--natdnsproxy1", "on"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user