use 1Gb of RAM on libvirt
This commit is contained in:
parent
ffb8c49784
commit
ece9e2a17e
|
@ -40,6 +40,11 @@ Vagrant.configure("2") do |config|
|
|||
end
|
||||
end
|
||||
|
||||
config.vm.provider "libvirt" do |v|
|
||||
# to run without OOMing we need at least 1GB of RAM
|
||||
v.memory = 1024
|
||||
end
|
||||
|
||||
# default installer args used for all distros
|
||||
installer_args="--force --in-place --verbose --postgres --apache --icecast "
|
||||
|
||||
|
|
Loading…
Reference in New Issue