Commit 8a9e01c6598e74882cab39a19b70c88600cb1801

Authored by Sergio Oliveira
1 parent b62dd58e

Updating vagrant vm to use 1gb ram

Showing 1 changed file with 5 additions and 5 deletions   Show diff stats
@@ -47,13 +47,13 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| @@ -47,13 +47,13 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
47 # backing providers for Vagrant. These expose provider-specific options. 47 # backing providers for Vagrant. These expose provider-specific options.
48 # Example for VirtualBox: 48 # Example for VirtualBox:
49 # 49 #
50 - # config.vm.provider :virtualbox do |vb| 50 + config.vm.provider :virtualbox do |vb|
51 # # Don't boot with headless mode 51 # # Don't boot with headless mode
52 # vb.gui = true 52 # vb.gui = true
53 - #  
54 - # # Use VBoxManage to customize the VM. For example to change memory:  
55 - # vb.customize ["modifyvm", :id, "--memory", "1024"]  
56 - # end 53 +
  54 + # Use VBoxManage to customize the VM. For example to change memory:
  55 + vb.customize ["modifyvm", :id, "--memory", "1024"]
  56 + end
57 # 57 #
58 # View the documentation for the provider you're using for more 58 # View the documentation for the provider you're using for more
59 # information on available options. 59 # information on available options.