summaryrefslogtreecommitdiffstats
path: root/vagrant
diff options
context:
space:
mode:
Diffstat (limited to 'vagrant')
-rw-r--r--vagrant/Vagrantfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/vagrant/Vagrantfile b/vagrant/Vagrantfile
index aa7688570ff..41f22f22c80 100644
--- a/vagrant/Vagrantfile
+++ b/vagrant/Vagrantfile
@@ -4,8 +4,8 @@
# For a complete reference, please see the online documentation at https://docs.vagrantup.com.
Vagrant.configure("2") do |config|
- config.vm.box = "TODO"
- config.vm.box_url = "TODO"
+ config.vm.box = "centos7-desktop"
+ config.vm.box_url = "/Users/balder/vagrant/centos7-desktop-17.0915.1.box"
config.ssh.forward_agent = true
@@ -16,8 +16,8 @@ Vagrant.configure("2") do |config|
vb.gui = true
vb.name = "vespa-dev"
- vb.memory = "8192"
- vb.cpus = 4
+ vb.memory = "10240"
+ vb.cpus = 8
end
# Install required and nice-to-have packages