From fecf7c7fb3ad7d3fc89c7263fc6dfdf310c6743d Mon Sep 17 00:00:00 2001 From: Timothy Stewart Date: Sun, 21 Jan 2024 11:10:43 -0600 Subject: [PATCH] fix(molecule): Reducing cores and memory --- molecule/single_node/molecule.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/single_node/molecule.yml b/molecule/single_node/molecule.yml index 8eaf5ed..1c50c00 100644 --- a/molecule/single_node/molecule.yml +++ b/molecule/single_node/molecule.yml @@ -7,7 +7,7 @@ platforms: - name: control1 box: generic/ubuntu2204 memory: 1024 - cpus: 4 + cpus: 1 config_options: # We currently can not use public-key based authentication on Ubuntu 22.04, # see: https://github.com/chef/bento/issues/1405