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:
parent
c5263b8d8d
commit
9ba92af844
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user