Skip to content

Commit 39ec2fd

Browse files
committed
update vagrant to use 2048MB ram on Windows
1 parent b0c43d1 commit 39ec2fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Vagrant.configure("2") do |config|
2323
mem = `grep 'MemTotal' /proc/meminfo | sed -e 's/MemTotal://' -e 's/ kB//'`.to_i / 1024 / 4
2424
else
2525
cpus = 2
26-
mem = 1024
26+
mem = 2048
2727
end
2828

2929
vb.memory = mem

0 commit comments

Comments
 (0)