1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-30 19:52:20 +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 # Provider-specific configuration
config.vm.provider 'virtualbox' do |vb| config.vm.provider 'virtualbox' do |vb|
vb.customize ['modifyvm', :id, '--memory', '1536'] vb.customize ['modifyvm', :id, '--memory', '2048']
end end
# If you are using Windows o Linux with an encrypted volume # If you are using Windows o Linux with an encrypted volume