clone virtuablbox vms (#256)

Signed-off-by: Roman Ivanov <me@roivanov.com>
This commit is contained in:
Roman Ivanov 2023-11-27 09:46:30 -08:00 committed by GitHub
parent 7fcf82ac64
commit 1e8bfb0d39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
Vagrantfile vendored
View File

@ -50,6 +50,7 @@ Vagrant.configure("2") do |config|
config.vm.provider "virtualbox" do |v|
v.cpus = NODE_CPUS
v.memory = NODE_MEMORY
v.linked_clone = true
end
NODE_ROLES.each_with_index do |name, i|