Skip to content

Commit d2a0aed

Browse files
author
Felix Mino
committed
Reduce vagran ram
1 parent 3d00503 commit d2a0aed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Vagrant.configure("2") do |config|
22
config.vm.box = "debian/buster64"
33
config.vm.provider "virtualbox" do |v|
4-
v.memory = 2048
4+
v.memory = 1024
55
v.cpus = 2
66
end
77

0 commit comments

Comments
 (0)