1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-29 18:52:22 +01:00

Set virtual machine memory usage to the recomended minimum

This commit is contained in:
David O' Rojo 2018-02-15 11:31:36 -06:00
parent c5263b8d8d
commit 9ba92af844

2
Vagrantfile vendored
View File

@ -21,7 +21,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# Provider-specific configuration
config.vm.provider 'virtualbox' do |vb|
vb.customize ['modifyvm', :id, '--memory', '1536']
vb.customize ['modifyvm', :id, '--memory', '2048']
end
# If you are using Windows o Linux with an encrypted volume