Galera server dependency for testing will not install
without bumping up the size of our Vagrant box
This commit is contained in:
parent
82f43ad21f
commit
e1d7eb4071
4
Vagrantfile
vendored
4
Vagrantfile
vendored
@ -1,5 +1,9 @@
|
||||
Vagrant.configure(2) do |config|
|
||||
config.vm.box = "ubuntu/trusty64"
|
||||
config.vm.provider "virtualbox" do |v|
|
||||
v.memory = 2048
|
||||
v.cpus = 2
|
||||
end
|
||||
config.vm.provision "shell", inline: <<-SHELL
|
||||
sudo su -
|
||||
cd /vagrant
|
||||
|
Loading…
Reference in New Issue
Block a user