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