From 94c6e77c1ac546507634f69e7398878ee69ce536 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <joerg.sachse@slub-dresden.de> Date: Fri, 26 Jul 2024 16:13:18 +0200 Subject: [PATCH] test: increase Molecule VMs' RAM to make sure clamav has enough RAM to even start without swapping --- molecule/virtualbox/molecule.yml | 2 +- molecule/virtualbox_rocky8/molecule.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/molecule/virtualbox/molecule.yml b/molecule/virtualbox/molecule.yml index e939c35..efbeb33 100644 --- a/molecule/virtualbox/molecule.yml +++ b/molecule/virtualbox/molecule.yml @@ -14,7 +14,7 @@ platforms: # for more platform parameters. - name: vm-runner box: debian/bookworm64 - memory: 1024 + memory: 3072 # List of raw Vagrant `config` options. # provider_raw_config_args: # - "customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]" diff --git a/molecule/virtualbox_rocky8/molecule.yml b/molecule/virtualbox_rocky8/molecule.yml index d03a5a7..e899426 100644 --- a/molecule/virtualbox_rocky8/molecule.yml +++ b/molecule/virtualbox_rocky8/molecule.yml @@ -10,7 +10,7 @@ platforms: # for more platform parameters. - name: vm-harden-mol box: rockylinux/8 - memory: 1024 + memory: 3072 # List of raw Vagrant `config` options. # provider_raw_config_args: # - "customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]" -- GitLab