chore: increase vagrant vm ram to 8192
got a couple ooms with 4gb Signed-off-by: Bert-Jan Fikse <bert-jan@whatwedo.ch>
This commit is contained in:
parent
0e1c07625a
commit
8dc7b87751
1 changed files with 1 additions and 1 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
|
@ -32,7 +32,7 @@ Vagrant.configure("2") do |config|
|
||||||
|
|
||||||
# Libvirt provider - much better performance than virtualbox
|
# Libvirt provider - much better performance than virtualbox
|
||||||
backend.vm.provider "libvirt" do |lv|
|
backend.vm.provider "libvirt" do |lv|
|
||||||
lv.memory = 4096
|
lv.memory = 8192
|
||||||
lv.cpus = 4
|
lv.cpus = 4
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue