We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 669f968 commit 9abefceCopy full SHA for 9abefce
jepsen/Vagrantfile
@@ -19,13 +19,13 @@ Vagrant.configure("2") do |config|
19
20
# VirtualBox (Intel) defaults
21
node.vm.provider "virtualbox" do |vb|
22
- vb.memory = name == :ctrl ? 4096 : 2048
+ vb.memory = name == :ctrl ? 2048 : 1024
23
vb.cpus = 2
24
end
25
26
# UTM (Apple Silicon) defaults
27
node.vm.provider "utm" do |utm|
28
- utm.memory = name == :ctrl ? 4096 : 2048
+ utm.memory = name == :ctrl ? 2048 : 1024
29
utm.cpus = 2
30
31
0 commit comments