fix(molecule): Reducing cores and memory

This commit is contained in:
Timothy Stewart
2024-01-21 11:10:43 -06:00
parent ac4a6e7c20
commit fecf7c7fb3

View File

@@ -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