mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
vagrant: Use virtualbox linked clones / CoW to reduce startup times
Behaves more like docker now with Copy on Write. More documentation: - https://www.vagrantup.com/docs/virtualbox/configuration.html#linked-clones (https://archive.fo/Yy6A4) - https://www.virtualbox.org/manual/ch01.html (https://archive.fo/1rj4q) Closes #1551 Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
4df3f10edb
commit
57666b661b
1
Vagrantfile
vendored
1
Vagrantfile
vendored
@ -22,6 +22,7 @@ Vagrant.configure(2) do |config|
|
||||
config.vm.provider "virtualbox" do |vb|
|
||||
vb.cpus = 2
|
||||
vb.memory = 2048
|
||||
vb.linked_clone = true
|
||||
end
|
||||
config.vm.provision "shell", inline: <<-SHELL
|
||||
cd /vagrant/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user