Skip to content

Commit 9abefce

Browse files
authored
Update Vagrantfile
1 parent 669f968 commit 9abefce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jepsen/Vagrantfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ Vagrant.configure("2") do |config|
1919

2020
# VirtualBox (Intel) defaults
2121
node.vm.provider "virtualbox" do |vb|
22-
vb.memory = name == :ctrl ? 4096 : 2048
22+
vb.memory = name == :ctrl ? 2048 : 1024
2323
vb.cpus = 2
2424
end
2525

2626
# UTM (Apple Silicon) defaults
2727
node.vm.provider "utm" do |utm|
28-
utm.memory = name == :ctrl ? 4096 : 2048
28+
utm.memory = name == :ctrl ? 2048 : 1024
2929
utm.cpus = 2
3030
end
3131

0 commit comments

Comments
 (0)