You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by br...@apache.org on 2014/07/14 20:00:45 UTC

git commit: Fixing Vagrantfile changes

Repository: trafficserver
Updated Branches:
  refs/heads/master 52173461d -> 4b76e941a


Fixing Vagrantfile changes


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/4b76e941
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/4b76e941
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/4b76e941

Branch: refs/heads/master
Commit: 4b76e941ab248c0d594c7a393eb57fe0d8c0cf7c
Parents: 5217346
Author: Brian Geffon <br...@apache.org>
Authored: Mon Jul 14 11:00:23 2014 -0700
Committer: Brian Geffon <br...@apache.org>
Committed: Mon Jul 14 11:00:38 2014 -0700

----------------------------------------------------------------------
 Vagrantfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/4b76e941/Vagrantfile
----------------------------------------------------------------------
diff --git a/Vagrantfile b/Vagrantfile
index 193a2a4..594ccf9 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -73,7 +73,7 @@ Vagrant.configure("2") do |config|
 
   # Default all VMs to 1GB.
   config.vm.provider :virtualbox do |v|
-    v.customize ["modifyvm", :id, "--memory", 2048]
+    v.customize ["modifyvm", :id, "--memory", 1024]
   end
 
   # Mount the Traffic Server source code in a fixed location everywhere. Use NFS