This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, Branch_5_3 has been updated
       via  0e77837663c41574a5953f6f0ec264dc41bfe1cf (commit)
      from  ef30c905c0aa140346eaa1f7f09f6901e7f549bd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0e77837663c41574a5953f6f0ec264dc41bfe1cf
Author: Sylvain Beucler <[email protected]>
Date:   Tue May 27 16:57:53 2014 +0200

    vm: add instructions for customizing memory and nb CPUs

diff --git a/vm/Vagrantfile-sample b/vm/Vagrantfile-sample
index fb87fef..880f069 100644
--- a/vm/Vagrantfile-sample
+++ b/vm/Vagrantfile-sample
@@ -18,6 +18,8 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
   #config.vm.synced_folder "../src", "/usr/share/gforge"
 
   config.vm.provider :virtualbox do |vb|
-      vb.gui = true
+    vb.gui = true
+    #vb.memory = 512
+    #vb.customize ["modifyvm", :id, "--cpus", "1"]
   end
 end

-----------------------------------------------------------------------

Summary of changes:
 vm/Vagrantfile-sample |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to