From 7fe53e1de9aed2a489b27e2bae55526e1b7283e9 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Apr 29 2020 14:30:38 +0000 Subject: Bump the memory on the vagrant box to 3Gb so clamd can start fine Signed-off-by: Pierre-Yves Chibon --- diff --git a/dev/Vagrantfile.example b/dev/Vagrantfile.example index 383f980..0ba75d4 100644 --- a/dev/Vagrantfile.example +++ b/dev/Vagrantfile.example @@ -54,7 +54,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| # Season to taste domain.cpus = 4 domain.graphics_type = "spice" - domain.memory = 2048 + domain.memory = 3072 domain.video_type = "qxl" # Uncomment the following line if you would like to enable libvirt's unsafe cache