Skip to content

Commit

Permalink
clone virtuablbox vms
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Ivanov <[email protected]>
  • Loading branch information
roivanov committed Nov 26, 2023
1 parent 7fcf82a commit 6ff4911
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down

0 comments on commit 6ff4911

Please sign in to comment.