Vagrantfile: Fix for os x
This commit is contained in:
parent
5ca8924308
commit
bfc1ffec89
1 changed files with 2 additions and 0 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
|
@ -18,6 +18,8 @@ Vagrant.configure("2") do |config|
|
|||
config.vm.provider "virtualbox" do |vb|
|
||||
vb.memory = 4096
|
||||
vb.cpus = 2
|
||||
# temporary fix for Monetary - see https://github.com/hashicorp/vagrant/issues/10314
|
||||
vb.gui = true
|
||||
end
|
||||
|
||||
# tell the user where things are.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue