From 1d1d85ed40e1c991df456bee9f7b6e7ae4fd8692 Mon Sep 17 00:00:00 2001 From: Ian Carroll Date: Sun, 14 Apr 2013 22:46:36 -0300 Subject: [PATCH] Honestly, MEMORIES? --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 0bc84113bfa..6e4bcd88726 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -16,7 +16,7 @@ Vagrant.configure("2") do |config| config.ssh.forward_agent = true config.vm.provider :virtualbox do |v| - # This setting gives the VM 1024MB of MEMORIES instead of the default 384. + # This setting gives the VM 1024MB of RAM instead of the default 384. v.customize ["modifyvm", :id, "--memory", [ENV['DISCOURSE_VM_MEM'].to_i, 1024].max] # This setting makes it so that network access from inside the vagrant guest