diff --git a/src/vagrant/Vagrantfile b/src/vagrant/Vagrantfile
index eba36c3d89aab32fbd7fc50c405aa4e1f411c031..a727ed48692867820f923f9027a0797edafbb585 100644
--- a/src/vagrant/Vagrantfile
+++ b/src/vagrant/Vagrantfile
@@ -46,13 +46,13 @@ Vagrant.configure(2) do |config|
   # backing providers for Vagrant. These expose provider-specific options.
   # Example for VirtualBox:
   #
-  # config.vm.provider "virtualbox" do |vb|
-  #   # Display the VirtualBox GUI when booting the machine
+   config.vm.provider "virtualbox" do |vb|
+     # Display the VirtualBox GUI when booting the machine
   #   vb.gui = true
-  #
-  #   # Customize the amount of memory on the VM:
-  #   vb.memory = "1024"
-  # end
+  
+     # Customize the amount of memory on the VM:
+     vb.memory = "2048"
+   end
   #
   # View the documentation for the provider you are using for more
   # information on available options.